diff --git a/Makefile b/Makefile index 116d0109ed..e9e218238f 100644 --- a/Makefile +++ b/Makefile @@ -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)