Skip to content

Commit e048789

Browse files
committed
Justfile: Remove unused args for integration test image
Squashes a podman build warning; variant and base only apply to the base image. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 2a9273a commit e048789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build:
2929

3030
# This container image has additional testing content and utilities
3131
build-integration-test-image: build
32-
cd hack && podman build {{base_buildargs}} -t localhost/bootc-integration-bin {{buildargs}} -f Containerfile .
32+
cd hack && podman build {{base_buildargs}} -t localhost/bootc-integration-bin -f Containerfile .
3333
./tests/build-sealed {{variant}} localhost/bootc-integration-bin localhost/bootc-integration
3434
# Keep these in sync with what's used in hack/lbi
3535
podman pull -q --retry 5 --retry-delay 5s quay.io/curl/curl:latest quay.io/curl/curl-base:latest registry.access.redhat.com/ubi9/podman:latest

0 commit comments

Comments
 (0)