We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9273a commit e048789Copy full SHA for e048789
Justfile
@@ -29,7 +29,7 @@ build:
29
30
# This container image has additional testing content and utilities
31
build-integration-test-image: build
32
- cd hack && podman build {{base_buildargs}} -t localhost/bootc-integration-bin {{buildargs}} -f Containerfile .
+ cd hack && podman build {{base_buildargs}} -t localhost/bootc-integration-bin -f Containerfile .
33
./tests/build-sealed {{variant}} localhost/bootc-integration-bin localhost/bootc-integration
34
# Keep these in sync with what's used in hack/lbi
35
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