Skip to content
Snippets Groups Projects
Commit e0bbf92d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

jug_xl build --no-cache

parent 46b8fc2f
No related branches found
No related tags found
1 merge request!180Resolve "git clone inside Dockerfile RUN uses cached layers"
...@@ -245,6 +245,7 @@ jug_xl:default: ...@@ -245,6 +245,7 @@ jug_xl:default:
--build-arg DETECTOR_VERSION=${DETECTOR_VERSION} --build-arg DETECTOR_VERSION=${DETECTOR_VERSION}
--build-arg IP6_VERSION=${IP6_VERSION} --build-arg IP6_VERSION=${IP6_VERSION}
--build-arg JUG_VERSION=${INTERNAL_TAG}-$(git rev-parse HEAD) --build-arg JUG_VERSION=${INTERNAL_TAG}-$(git rev-parse HEAD)
--no-cache
containers/jug containers/jug
- !reference [.build, script] - !reference [.build, script]
...@@ -267,6 +268,7 @@ jug_xl:nightly: ...@@ -267,6 +268,7 @@ jug_xl:nightly:
-f containers/jug/xl.Dockerfile -f containers/jug/xl.Dockerfile
--build-arg INTERNAL_TAG=${INTERNAL_TAG} --build-arg INTERNAL_TAG=${INTERNAL_TAG}
--build-arg JUG_VERSION=nightly-$(date +%Y-%m-%d_%H-%M-%S)-${INTERNAL_TAG}-$(git rev-parse HEAD) --build-arg JUG_VERSION=nightly-$(date +%Y-%m-%d_%H-%M-%S)-${INTERNAL_TAG}-$(git rev-parse HEAD)
--no-cache
containers/jug containers/jug
- | - |
PUSH_FLAG="" PUSH_FLAG=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment