File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed
Expand file tree Collapse file tree 9 files changed +18
-18
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=33450"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1616
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=33450"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1616
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=33450"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1616
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=33450"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1616
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=33450"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1616
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=33450"
1414
1515RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1616
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
1010FROM ${CLEAR_LINUX_BASE} as builder
11- ARG CLEAR_LINUX_VERSION=
11+ ARG CLEAR_LINUX_VERSION="--version=33450"
1212
1313RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1414RUN swupd bundle-add devpkg-libusb
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:fc47d67eaa0f22c0a6c96250b485ae59e65b1b863ec91941935907c9e7210ae1
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=33450"
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:fc47d67eaa0f22c0a6c96250b485ae59e65b1b863ec91941935907c9e7210ae1
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=33450"
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 patch
You can’t perform that action at this time.
0 commit comments