Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
e74725d3
Commit
e74725d3
authored
Oct 16, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211016.0.36690
parent
becb5398
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e74725d3
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
5
.0.36
588
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/161
4
/download")" && \
sha256sum -c <<< "
93f1aabb85c179ff575093574c1034442d61b9205d201be0c84e791284d1ab29
base-2021101
5
.0.36
588
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
6
.0.36
690
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/161
8
/download")" && \
sha256sum -c <<< "
d6fbaf9d0a852ad716ca2dd097e197106755c7d58d18cebefe1867f1ae031530
base-2021101
6
.0.36
690
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e74725d3
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
5
.0.36
588
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
16
/download")" && \
sha256sum -c <<< "
28ab6d3ffd40a095bb72c80772f11ff175a2799c57cff959b576a01947c475b7
base-devel-2021101
5
.0.36
588
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
6
.0.36
690
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
20
/download")" && \
sha256sum -c <<< "
d0645d07ff2f9b5dd0bb45fe10ec180c28c5f6f993579b19a014ee7ac3c19f52
base-devel-2021101
6
.0.36
690
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment