File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,9 @@ img=localhost/extensions-container
34
34
(set -x; podman build --from oci-archive:" $ostree_ociarchive " --network=host \
35
35
--build-arg COSA=true --build-arg VARIANT=" ${variant} " --label version=" $buildid " \
36
36
--volume /etc/pki/ca-trust:/etc/pki/ca-trust:ro \
37
- --volume " ${workdir} " /tmp/extensions.json:/tmp/extensions.json \
38
37
-t " ${img} " -f extensions/Dockerfile " ${ctx_dir} " )
39
38
40
- # In newer openshift/os, extensions.json is now part of the image itself. If our
41
- # bind-mounted one is empty, it means we're dealing with the new kind.
42
- if [ ! -s " ${workdir} " /tmp/extensions.json ]; then
43
- (set -x; podman run --rm " ${img} " cat /usr/share/rpm-ostree/extensions.json > " ${workdir} /tmp/extensions.json" )
44
- fi
39
+ (set -x; podman run --rm " ${img} " cat /usr/share/rpm-ostree/extensions.json > " ${workdir} /tmp/extensions.json" )
45
40
46
41
# Call skopeo to export it from the container storage to an oci-archive.
47
42
(set -x; skopeo copy " containers-storage:${img} " oci-archive:" $filename " )
You can’t perform that action at this time.
0 commit comments