File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,16 @@ variant := env("BOOTC_variant", "ostree")
1717base := env (" BOOTC_base" , " quay.io/centos-bootc/centos-bootc:stream10" )
1818
1919testimage_label := " bootc.testimage=1"
20- base_buildargs := " --jobs 4"
20+ # We used to have --jobs=4 here but sometimes that'd hit this
21+ # ```
22+ # [2/3] STEP 2/2: RUN --mount=type=bind,from=context,target=/run/context <<EORUN (set -xeuo pipefail...)
23+ # --> Using cache b068d42ac7491067cf5fafcaaf2f09d348e32bb752a22c85bbb87f266409554d
24+ # --> b068d42ac749
25+ # + cd /run/context/
26+ # /bin/sh: line 3: cd: /run/context/: Permission denied
27+ # ```
28+ # TODO: Gather more info and file a buildah bug
29+ base_buildargs := " "
2130buildargs := " --build-arg=base=" + base + " --build-arg=variant=" + variant
2231
2332# Build the container image from current sources.
You can’t perform that action at this time.
0 commit comments