File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
# This is used on release branches before tagging a stable version.
8
8
# The main branch defaults to using the latest Clear Linux.
9
- ARG CLEAR_LINUX_BASE=clearlinux:latest
9
+ ARG CLEAR_LINUX_BASE=clearlinux@sha256:2e600dc800b74f3af7ed9d6951340bcd1e4c113d43da001da63e4db7c053b191
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=34740"
14
14
15
15
RUN mkdir /install_root && \
16
16
swupd os-install \
Original file line number Diff line number Diff line change 6
6
#
7
7
# This is used on release branches before tagging a stable version.
8
8
# The main branch defaults to using the latest Clear Linux.
9
- ARG CLEAR_LINUX_BASE=clearlinux:latest
9
+ ARG CLEAR_LINUX_BASE=clearlinux@sha256:2e600dc800b74f3af7ed9d6951340bcd1e4c113d43da001da63e4db7c053b191
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=34740"
14
14
15
15
RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION} && \
16
16
swupd bundle-add wget c-basic devpkg-json-c devpkg-util-linux devpkg-hwloc devpkg-tbb git
You can’t perform that action at this time.
0 commit comments