Skip to content

Commit 2b1a5f7

Browse files
committed
Revert "Makefile: do not check docker hashes for cross-compilers"
Now that all packages are bumping to the same pkg/alpine version, we don't need to exclude pkg/cross-compilers anymore. This reverts commit 82bd49d. Signed-off-by: Renê de Souza Pinto <[email protected]>
1 parent 4a55d86 commit 2b1a5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ $(DOCKERFILE_FROM_CHECKER): $(DOCKERFILE_FROM_CHECKER_DIR)/*.go $(DOCKERFILE_FRO
488488
# this next section checks that the FROM hashes for any image in any dockerfile anywhere here are consistent.
489489
# For example, one Dockerfile has foo:abc and the next has foo:def, it will flag them.
490490
# These are the packages that we are ignoring for now
491-
IGNORE_DOCKERFILE_HASHES_PKGS=alpine installer cross-compilers
491+
IGNORE_DOCKERFILE_HASHES_PKGS=alpine installer
492492
IGNORE_DOCKERFILE_HASHES_EVE_TOOLS=bpftrace-compiler
493493

494494
IGNORE_DOCKERFILE_DOT_GO_DIR=$(shell find .go/ -name Dockerfile -exec echo "-i {}" \;)

0 commit comments

Comments
 (0)