images: lock Clear Linux version for the release

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2021-06-15 21:33:17 +03:00
parent 3a9cfb02b5
commit 6d2bbb59a4
2 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@
# #
# This is used on release branches before tagging a stable version. # This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Clear Linux. # The main branch defaults to using the latest Clear Linux.
ARG CLEAR_LINUX_BASE=clearlinux:latest ARG CLEAR_LINUX_BASE=clearlinux@sha256:2e600dc800b74f3af7ed9d6951340bcd1e4c113d43da001da63e4db7c053b191
FROM ${CLEAR_LINUX_BASE} as builder FROM ${CLEAR_LINUX_BASE} as builder
ARG CLEAR_LINUX_VERSION= ARG CLEAR_LINUX_VERSION="--version=34740"
RUN mkdir /install_root && \ RUN mkdir /install_root && \
swupd os-install \ swupd os-install \

View File

@ -6,11 +6,11 @@
# #
# This is used on release branches before tagging a stable version. # This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Clear Linux. # The main branch defaults to using the latest Clear Linux.
ARG CLEAR_LINUX_BASE=clearlinux:latest ARG CLEAR_LINUX_BASE=clearlinux@sha256:2e600dc800b74f3af7ed9d6951340bcd1e4c113d43da001da63e4db7c053b191
FROM ${CLEAR_LINUX_BASE} as builder FROM ${CLEAR_LINUX_BASE} as builder
ARG CLEAR_LINUX_VERSION= ARG CLEAR_LINUX_VERSION="--version=34740"
RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION} && \ RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION} && \
swupd bundle-add wget c-basic devpkg-json-c devpkg-util-linux devpkg-hwloc devpkg-tbb git swupd bundle-add wget c-basic devpkg-json-c devpkg-util-linux devpkg-hwloc devpkg-tbb git