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
a0eb1033
Commit
a0eb1033
authored
Oct 03, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211003.0.35663
parent
e375f824
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
a0eb1033
...
...
@@ -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
2
.0.35
512
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
512
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021100
3
.0.35
663
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/155
8
/download")" && \
sha256sum -c <<< "
d4e71bde1b617e8c5a42e468b8960da183e86b5378600221818ee4631fc33d49
base-2021100
3
.0.35
663
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a0eb1033
...
...
@@ -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
2
.0.35
512
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
5
6/download")" && \
sha256sum -c <<< "
2e47155cf65dc633babfb2ffa59b928b745ca018120447a42450d73b7c1af74e
base-devel-2021100
2
.0.35
512
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021100
3
.0.35
663
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/156
0
/download")" && \
sha256sum -c <<< "
8d7f88b159b323800bd2905f0712512540f6a548618bc4651a86d0e97c3b3f50
base-devel-2021100
3
.0.35
663
.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