Skip to content

Commit

Permalink
Remove pkg/installer from IGNORE_DOCKERFILE_HASHES_PKGS Makefile exce…
Browse files Browse the repository at this point in the history
…ptions list

Since this latest commit includes the necessary packages, it no longer needs to be on the exceptions list

Signed-off-by: Avi Deitcher <[email protected]>
  • Loading branch information
deitch authored and OhmSpectator committed Oct 15, 2024
1 parent c96f2fe commit 1d2ad7a
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 @@ -459,7 +459,7 @@ $(DOCKERFILE_FROM_CHECKER): $(DOCKERFILE_FROM_CHECKER_DIR)/*.go $(DOCKERFILE_FRO
# this next section checks that the FROM hashes for any image in any dockerfile anywhere here are consistent.
# For example, one Dockerfile has foo:abc and the next has foo:def, it will flag them.
# These are the packages that we are ignoring for now
IGNORE_DOCKERFILE_HASHES_PKGS=bsp-imx vtpm optee-os installer wwan wlan watchdog uefi acrn acrn-kernel u-boot udev xen-tools xen alpine
IGNORE_DOCKERFILE_HASHES_PKGS=bsp-imx vtpm optee-os wwan wlan watchdog uefi acrn acrn-kernel u-boot udev xen-tools xen alpine
IGNORE_DOCKERFILE_HASHES_EVE_TOOLS=bpftrace-compiler

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

0 comments on commit 1d2ad7a

Please sign in to comment.