Skip to content

Commit 4e2ea09

Browse files
committed
images: lock Clear Linux version for crypto-perf image
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 0be55c4 commit 4e2ea09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/crypto-perf/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#
77
# This is used on release branches before tagging a stable version.
88
# The main branch defaults to using the latest Clear Linux.
9-
ARG CLEAR_LINUX_BASE=clearlinux:latest
9+
ARG CLEAR_LINUX_BASE=clearlinux@sha256:b63a3b7ba6722c4b0327ce00d87d72c12c5d5570f3654820067a68ff8bde24b5
1010

1111
FROM ${CLEAR_LINUX_BASE} as builder
1212

13-
ARG CLEAR_LINUX_VERSION=
13+
ARG CLEAR_LINUX_VERSION="--version=36270"
1414

1515
RUN mkdir /install_root && \
1616
swupd os-install \

0 commit comments

Comments
 (0)