Skip to content
Snippets Groups Projects
Commit bbe33f0b authored by Erik Oudsen's avatar Erik Oudsen
Browse files

Merge branch 'docker-ensure-up-to-date' into 'development'

Ensure Docker images remain up to date

See merge request !133
parents 7fdc1a02 4aea3602
No related tags found
2 merge requests!148Release 2.3.0,!133Ensure Docker images remain up to date
Pipeline #221201 passed
......@@ -29,7 +29,7 @@ else
ARGS='host=$COREADDRESS name=$WORKERNAME api-token=$APIKEY api-protocol=$APIPROTOCOL api-port=$APIPORT docker-api=$DOCKERAPI'
fi
docker build -t f00f/auta-$COMPONENT -f slim-$COMPONENT.Dockerfile . \
docker build --no-cache --pull -t f00f/auta-$COMPONENT -f slim-$COMPONENT.Dockerfile . \
--build-arg VERSION=$VERSION --build-arg COMPONENT=$COMPONENT --build-arg ARGS="$ARGS"
if [ "$TAG" = -local ]
......
FROM debian:buster-slim
FROM debian:stable-slim
ARG VERSION
ARG COMPONENT
ARG ARGS
......
FROM debian:buster-slim
FROM debian:stable-slim
ARG VERSION
ARG COMPONENT
ARG ARGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment