File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Expand file tree Collapse file tree 8 files changed +17
-17
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:88c32c98c72dab8f5a0760e48c0121d11ee8a962b13b10b362acaa63879a49cb
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=32510"
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:88c32c98c72dab8f5a0760e48c0121d11ee8a962b13b10b362acaa63879a49cb
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=32510"
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:88c32c98c72dab8f5a0760e48c0121d11ee8a962b13b10b362acaa63879a49cb
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=32510"
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:88c32c98c72dab8f5a0760e48c0121d11ee8a962b13b10b362acaa63879a49cb
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=32510"
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:88c32c98c72dab8f5a0760e48c0121d11ee8a962b13b10b362acaa63879a49cb
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=32510"
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:88c32c98c72dab8f5a0760e48c0121d11ee8a962b13b10b362acaa63879a49cb
1010FROM ${CLEAR_LINUX_BASE} as builder
11- ARG CLEAR_LINUX_VERSION=
11+ ARG CLEAR_LINUX_VERSION="--version=32510"
1212
13- RUN swupd update --no-boot-update
13+ RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
1414RUN swupd bundle-add devpkg-libusb
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:29ce14c5df5bb6ef5bbb6f96db701cb3e7f68bb164d85964f763c4fb7058370a
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=32510"
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:29ce14c5df5bb6ef5bbb6f96db701cb3e7f68bb164d85964f763c4fb7058370a
1010
1111FROM ${CLEAR_LINUX_BASE} as builder
1212
13- ARG CLEAR_LINUX_VERSION=
13+ ARG CLEAR_LINUX_VERSION="--version=32510"
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