Skip to content

Commit

Permalink
fix(ci): adjust CI so we don't accidentally overwrite and use a pinne…
Browse files Browse the repository at this point in the history
…d base (#455)

* fix(ci): don't overwrite the base image

* fix(pin): explicitely pin the base image
  • Loading branch information
hutchic authored Apr 11, 2022
1 parent ed34495 commit 8861015
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,5 @@ cleanup: cleanup-tests cleanup-build
update-cache-images:
-$(UPDATE_CACHE_COMMAND) $(DOCKER_REPOSITORY):$(PACKAGE_TYPE)-$(DOCKER_BASE_SUFFIX)
-docker tag $(DOCKER_REPOSITORY):$(PACKAGE_TYPE)-$(DOCKER_BASE_SUFFIX) $(DOCKER_REPOSITORY):$(PACKAGE_TYPE) || true
-$(UPDATE_CACHE_COMMAND) $(DOCKER_REPOSITORY):$(PACKAGE_TYPE) || true
-$(UPDATE_CACHE_COMMAND) $(DOCKER_REPOSITORY):openresty-$(PACKAGE_TYPE)-$(DOCKER_OPENRESTY_SUFFIX)
-$(UPDATE_CACHE_COMMAND) $(DOCKER_REPOSITORY):kong-$(PACKAGE_TYPE)-$(DOCKER_KONG_SUFFIX)
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.openresty
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG DOCKER_BASE_SUFFIX
ARG DOCKER_REPOSITORY
ARG PACKAGE_TYPE

FROM kong/kong-build-tools:$PACKAGE_TYPE
FROM kong/kong-build-tools:$PACKAGE_TYPE-1.5.12

ARG EDITION="community"
ENV EDITION $EDITION
Expand Down

0 comments on commit 8861015

Please sign in to comment.