We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b0839d + fcc5bb0 commit f760b86Copy full SHA for f760b86
2 files changed
.travis.yml
@@ -4,6 +4,7 @@ branches:
4
- master
5
env:
6
DEV_REGISTRY=quay.io
7
+ DOCKER_BUILD_FLAGS="--pull --no-cache"
8
services:
9
- docker
10
sudo: required
Makefile
@@ -46,7 +46,7 @@ test-cover:
46
${DEV_ENV_CMD} test-cover.sh
47
48
docker-build: build
49
- docker build --rm -t ${IMAGE} rootfs
+ docker build ${DOCKER_BUILD_FLAGS} -t ${IMAGE} rootfs
50
docker tag ${IMAGE} ${MUTABLE_IMAGE}
51
52
check-kubectl:
0 commit comments