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 44210d2 commit f00c802Copy full SHA for f00c802
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'
0 commit comments