dockerfile: update image tags
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
build-all:
|
build-all:
|
||||||
docker build -t danceos/fail-base fail-base --build-arg CACHE_DATE="$(shell date)"
|
docker build -t fail-base fail-base --build-arg CACHE_DATE="$(shell date)"
|
||||||
docker build -t danceos/fail-generic-tracing fail-generic-tracing
|
docker build -t fail-generic-tracing fail-generic-tracing
|
||||||
docker build -t danceos/fail-demo fail-demo --build-arg CACHE_DATE="$(shell date)"
|
docker build -t fail-demo fail-demo --build-arg CACHE_DATE="$(shell date)"
|
||||||
|
|
||||||
run-all: .compose ssh
|
run-all: .compose ssh
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ services:
|
|||||||
- fail-network
|
- fail-network
|
||||||
|
|
||||||
fail-demo:
|
fail-demo:
|
||||||
image: danceos/fail-demo
|
image: fail-demo
|
||||||
container_name: fail-demo
|
container_name: fail-demo
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000" # Result Browser
|
- "5000:5000" # Result Browser
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# generic-tracing experiment was already built and the binaries are in
|
# generic-tracing experiment was already built and the binaries are in
|
||||||
# place (~fail/bin/*)
|
# place (~fail/bin/*)
|
||||||
|
|
||||||
FROM danceos/fail-generic-tracing
|
FROM fail-generic-tracing
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Christian Dietrich <stettberger@dokucode.de>"
|
LABEL org.opencontainers.image.authors="Christian Dietrich <stettberger@dokucode.de>"
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Inherit from docker container that has the fail source code prepared,
|
# Inherit from docker container that has the fail source code prepared,
|
||||||
# including all tools which are needed to build FAIL*
|
# 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>"
|
LABEL org.opencontainers.image.authors="Christian Dietrich <stettberger@dokucode.de>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user