Skip to content

Commit 70cf501

Browse files
committed
Makefile: do not check hash consistency for pkg/installer
Add pkg/installer to the hash consistent checker exceptions since keep same rust compiler for both pkg/installer and pkg/monitor is not strictly needed in this case. It can be removed later if they get in sync again. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
1 parent 91ec6c3 commit 70cf501

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
491+
IGNORE_DOCKERFILE_HASHES_PKGS=alpine installer
492492
IGNORE_DOCKERFILE_HASHES_EVE_TOOLS=bpftrace-compiler
493493

494494
IGNORE_DOCKERFILE_HASHES_PKGS_ARGS=$(foreach pkg,$(IGNORE_DOCKERFILE_HASHES_PKGS),-i pkg/$(pkg)/Dockerfile)

0 commit comments

Comments
 (0)