File tree 8 files changed +17
-17
lines changed
8 files changed +17
-17
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 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
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=32510"
14
14
15
15
RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
16
16
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 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
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=32510"
14
14
15
15
RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
16
16
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 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
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=32510"
14
14
15
15
RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
16
16
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 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
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=32510"
14
14
15
15
RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
16
16
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 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
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=32510"
14
14
15
15
RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
16
16
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 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
10
10
FROM ${CLEAR_LINUX_BASE} as builder
11
- ARG CLEAR_LINUX_VERSION=
11
+ ARG CLEAR_LINUX_VERSION="--version=32510"
12
12
13
- RUN swupd update --no-boot-update
13
+ RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
14
14
RUN swupd bundle-add devpkg-libusb
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 master branch defaults to using the latest Clear Linux.
9
- ARG CLEAR_LINUX_BASE=clearlinux:latest
9
+ ARG CLEAR_LINUX_BASE=clearlinux@sha256:29ce14c5df5bb6ef5bbb6f96db701cb3e7f68bb164d85964f763c4fb7058370a
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=32510"
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 master branch defaults to using the latest Clear Linux.
9
- ARG CLEAR_LINUX_BASE=clearlinux:latest
9
+ ARG CLEAR_LINUX_BASE=clearlinux@sha256:29ce14c5df5bb6ef5bbb6f96db701cb3e7f68bb164d85964f763c4fb7058370a
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=32510"
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 doxygen patch
You can’t perform that action at this time.
0 commit comments