File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 66#
77# This is used on release branches before tagging a stable version.
88# The master branch defaults to using the latest Clear Linux.
9- ARG CLEAR_LINUX_BASE=clearlinux/golang:latest
9+ ARG CLEAR_LINUX_BASE=clearlinux/golang@sha256:3b7841bb4fc15d6b6cfb3bdef12f385696efa9915541223848774a071c29be03
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=30970"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1616RUN mkdir /install_root \
Original file line number Diff line number Diff line change 66#
77# This is used on release branches before tagging a stable version.
88# The master branch defaults to using the latest Clear Linux.
9- ARG CLEAR_LINUX_BASE=clearlinux/golang:latest
9+ ARG CLEAR_LINUX_BASE=clearlinux/golang@sha256:3b7841bb4fc15d6b6cfb3bdef12f385696efa9915541223848774a071c29be03
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=30970"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1616RUN mkdir /install_root \
Original file line number Diff line number Diff line change 66#
77# This is used on release branches before tagging a stable version.
88# The master branch defaults to using the latest Clear Linux.
9- ARG CLEAR_LINUX_BASE=clearlinux/golang:latest
9+ ARG CLEAR_LINUX_BASE=clearlinux/golang@sha256:3b7841bb4fc15d6b6cfb3bdef12f385696efa9915541223848774a071c29be03
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=30970"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1616RUN mkdir /install_root \
Original file line number Diff line number Diff line change 66#
77# This is used on release branches before tagging a stable version.
88# The master branch defaults to using the latest Clear Linux.
9- ARG CLEAR_LINUX_BASE=clearlinux/golang:latest
9+ ARG CLEAR_LINUX_BASE=clearlinux/golang@sha256:3b7841bb4fc15d6b6cfb3bdef12f385696efa9915541223848774a071c29be03
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=30970"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1616RUN mkdir /install_root \
Original file line number Diff line number Diff line change 66#
77# This is used on release branches before tagging a stable version.
88# The master branch defaults to using the latest Clear Linux.
9- ARG CLEAR_LINUX_BASE=clearlinux/golang:latest
9+ ARG CLEAR_LINUX_BASE=clearlinux/golang@sha256:3b7841bb4fc15d6b6cfb3bdef12f385696efa9915541223848774a071c29be03
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=30970"
1414ARG TAGS_KERNELDRV=
1515
1616RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
Original file line number Diff line number Diff line change 66#
77# This is used on release branches before tagging a stable version.
88# The master branch defaults to using the latest Clear Linux.
9- ARG CLEAR_LINUX_BASE=clearlinux:latest
9+ ARG CLEAR_LINUX_BASE=clearlinux@sha256:87949a09741d86c018829786a988987fdf7674ca4b94de52b5247f5bf0aa52f3
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=30970"
1414
1515RUN mkdir /install_root && \
1616 swupd os-install \
Original file line number Diff line number Diff line change 66#
77# This is used on release branches before tagging a stable version.
88# The master branch defaults to using the latest Clear Linux.
9- ARG CLEAR_LINUX_BASE=clearlinux:latest
9+ ARG CLEAR_LINUX_BASE=clearlinux@sha256:87949a09741d86c018829786a988987fdf7674ca4b94de52b5247f5bf0aa52f3
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=30970"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION} && \
1616 swupd bundle-add wget c-basic devpkg-json-c devpkg-util-linux devpkg-hwloc doxygen Sphinx patch
You can’t perform that action at this time.
0 commit comments