dockerfile: update image tags

This commit is contained in:
2026-01-19 14:28:39 +01:00
parent 43de918fa3
commit e0c6be3270
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
build-all:
docker build -t danceos/fail-base fail-base --build-arg CACHE_DATE="$(shell date)"
docker build -t danceos/fail-generic-tracing fail-generic-tracing
docker build -t danceos/fail-demo fail-demo --build-arg CACHE_DATE="$(shell date)"
docker build -t fail-base fail-base --build-arg CACHE_DATE="$(shell date)"
docker build -t fail-generic-tracing fail-generic-tracing
docker build -t fail-demo fail-demo --build-arg CACHE_DATE="$(shell date)"
run-all: .compose ssh

View File

@ -13,7 +13,7 @@ services:
- fail-network
fail-demo:
image: danceos/fail-demo
image: fail-demo
container_name: fail-demo
ports:
- "5000:5000" # Result Browser

View File

@ -3,7 +3,7 @@
# generic-tracing experiment was already built and the binaries are in
# place (~fail/bin/*)
FROM danceos/fail-generic-tracing
FROM fail-generic-tracing
LABEL org.opencontainers.image.authors="Christian Dietrich <stettberger@dokucode.de>"

View File

@ -1,6 +1,6 @@
# Inherit from docker container that has the fail source code prepared,
# including all tools which are needed to build FAIL*
FROM danceos/fail-base
FROM fail-base
LABEL org.opencontainers.image.authors="Christian Dietrich <stettberger@dokucode.de>"