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 0be55c4 commit 4e2ea09Copy full SHA for 4e2ea09
demo/crypto-perf/Dockerfile
@@ -6,11 +6,11 @@
6
#
7
# This is used on release branches before tagging a stable version.
8
# The main branch defaults to using the latest Clear Linux.
9
-ARG CLEAR_LINUX_BASE=clearlinux:latest
+ARG CLEAR_LINUX_BASE=clearlinux@sha256:b63a3b7ba6722c4b0327ce00d87d72c12c5d5570f3654820067a68ff8bde24b5
10
11
FROM ${CLEAR_LINUX_BASE} as builder
12
13
-ARG CLEAR_LINUX_VERSION=
+ARG CLEAR_LINUX_VERSION="--version=36270"
14
15
RUN mkdir /install_root && \
16
swupd os-install \
0 commit comments