Skip to content

Commit

Permalink
build: include changes in defaults.yaml when buiding devkit image (#1196
Browse files Browse the repository at this point in the history
)
  • Loading branch information
supershal authored Oct 9, 2024
1 parent f8da088 commit e9b8b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ buildx:
###### Devkit container image
DEVKIT_IMAGE_DOCKERFILE ?= Dockerfile.devkit
DEVKIT_IMAGE_NAME ?= mesosphere/konvoy-image-builder-devkit
DEVKIT_IMAGE_TAG ?= $(shell cat ${DEVKIT_IMAGE_DOCKERFILE} requirements.txt requirements-devkit.txt | sha256sum | cut -d" " -f 1)
DEVKIT_IMAGE_TAG ?= $(shell cat ${DEVKIT_IMAGE_DOCKERFILE} requirements.txt requirements-devkit.txt ansible/group_vars/all/defaults.yaml | sha256sum | cut -d" " -f 1)

.PHONY: devkit-image
## first tries to pull an image, if doesn't exist build and push the image
Expand Down

0 comments on commit e9b8b5b

Please sign in to comment.