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.
2 parents 44210d2 + 6eedc98 commit c51063dCopy full SHA for c51063d
Dockerfile
@@ -4,7 +4,7 @@ ARG location
4
5
RUN [ -z "${channel}" ] && echo "ARG channel is required" && exit 1 || true
6
7
-RUN yum -y install jq
+RUN yum -y install jq xz
8
RUN ARCH=$(uname -m) ; echo $ARCH \
9
; curl https://builds.coreos.fedoraproject.org/streams/${channel}.json -o stable.json && \
10
cat stable.json | jq -r --arg arch "$ARCH" '.architectures[$arch].artifacts.qemu.release'
README.md
@@ -1,5 +1,5 @@
1
# Builder Image
2
3
```
-docker build --build-arg channel=stable --build-arg version=current -t quay.io/quay/quay-builder-qemu-coreos:staging .
+docker build --build-arg channel=stable -t quay.io/quay/quay-builder-qemu-coreos:staging .
0 commit comments