mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
images: lock Clear Linux version for crypto-perf image
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
b690ca33c3
commit
62e649ed34
@ -6,11 +6,11 @@
|
||||
#
|
||||
# This is used on release branches before tagging a stable version.
|
||||
# The main branch defaults to using the latest Clear Linux.
|
||||
ARG CLEAR_LINUX_BASE=clearlinux:latest
|
||||
ARG CLEAR_LINUX_BASE=clearlinux@sha256:1d865a4614b6c362f6a0aeabca7773e66cbcf0a7fe18957c71e5a6704f28d62c
|
||||
|
||||
FROM ${CLEAR_LINUX_BASE} as builder
|
||||
|
||||
ARG CLEAR_LINUX_VERSION=
|
||||
ARG CLEAR_LINUX_VERSION="--version=37450"
|
||||
|
||||
RUN mkdir /install_root && \
|
||||
swupd os-install \
|
||||
|
Loading…
Reference in New Issue
Block a user