Skip to content

Commit

Permalink
chore(misc/docker): Add --pull to docker build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Aug 13, 2022
1 parent b77ed3f commit 9ce70e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/docker/mysql-with-tergum/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ all: build push

build:
docker build \
--pull \
--platform linux/amd64 \
--build-arg MYSQL_VERSION=${MYSQL_VERSION} \
--build-arg TERGUM_VERSION=${TERGUM_VERSION} \
Expand Down
1 change: 1 addition & 0 deletions misc/docker/postgres-with-redis-with-tergum/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ all: build push

build:
docker build \
--pull \
--platform linux/amd64 \
--build-arg POSTGRES_VERSION=${POSTGRES_VERSION} \
--build-arg TERGUM_VERSION=${TERGUM_VERSION} \
Expand Down
1 change: 1 addition & 0 deletions misc/docker/postgres-with-tergum/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ all: build push

build:
docker build \
--pull \
--platform linux/amd64 \
--build-arg POSTGRES_VERSION=${POSTGRES_VERSION} \
--build-arg TERGUM_VERSION=${TERGUM_VERSION} \
Expand Down
1 change: 1 addition & 0 deletions misc/docker/tergum-with-ca-certificates/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ all: build push

build:
docker build \
--pull \
--platform linux/amd64 \
--build-arg TERGUM_VERSION=${TERGUM_VERSION} \
-t ${IMAGE} \
Expand Down

0 comments on commit 9ce70e9

Please sign in to comment.