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 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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=33450"
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=33450"
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=33450"
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=33450"
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=33450"
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=33450"
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:9f04d3cc0ca3f6951ab3646639b43eb73e963a7cee7322d619a02c7eeecce711
10
10
FROM ${CLEAR_LINUX_BASE} as builder
11
- ARG CLEAR_LINUX_VERSION=
11
+ ARG CLEAR_LINUX_VERSION="--version=33450"
12
12
13
13
RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION}
14
14
RUN swupd bundle-add devpkg-libusb
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:fc47d67eaa0f22c0a6c96250b485ae59e65b1b863ec91941935907c9e7210ae1
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=33450"
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:fc47d67eaa0f22c0a6c96250b485ae59e65b1b863ec91941935907c9e7210ae1
10
10
11
11
FROM ${CLEAR_LINUX_BASE} as builder
12
12
13
- ARG CLEAR_LINUX_VERSION=
13
+ ARG CLEAR_LINUX_VERSION="--version=33450"
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