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
e375f824
Commit
e375f824
authored
Oct 02, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211002.0.35512
parent
168f3fbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e375f824
...
...
@@ -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/v2021100
1
.0.35
38
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/155
0
/download")" && \
sha256sum -c <<< "
6b133350fded6578be227b269e7a610fddd40c33f439a478f441322544dd8627
base-2021100
1
.0.35
38
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021100
2
.0.35
51
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/155
4
/download")" && \
sha256sum -c <<< "
4456063eb8289bfc82514a581c3ab823b7e571ae4773cb1c3dc11a634c922115
base-2021100
2
.0.35
51
2.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e375f824
...
...
@@ -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/v2021100
1
.0.35
38
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/155
2
/download")" && \
sha256sum -c <<< "
703ea42313b0b3710227f4a5f9c71902921b4c36ebc2f4d6d34bb25f8781e97a
base-devel-2021100
1
.0.35
38
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021100
2
.0.35
51
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/155
6
/download")" && \
sha256sum -c <<< "
2e47155cf65dc633babfb2ffa59b928b745ca018120447a42450d73b7c1af74e
base-devel-2021100
2
.0.35
51
2.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