Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
df58cede
Commit
df58cede
authored
Jul 18, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210718.0.29333
parent
d7816fbc
Pipeline
#9760
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
df58cede
...
...
@@ -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/v2021071
7
.0.29
295
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
197
/download)" && \
sha256sum -c <<< "
e613f0d2ebe42723ce8d6928abee04c4b11bc57db72b3d0516fbce4fe0a6ee7
7 base-2021071
7
.0.29
295
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
8
.0.29
333
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
201
/download)" && \
sha256sum -c <<< "
1d1919f6d4e1726a30c908f70a154db238a4caf9d8d911f22028eecc1f7622b
7 base-2021071
8
.0.29
333
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
df58cede
...
...
@@ -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/v2021071
7
.0.29
295
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
199
/download)" && \
sha256sum -c <<< "c
2
0ce
fbf2fbf01e4600f1697d7b5385ad6f807700906e288097f342562e908b2
base-devel-2021071
7
.0.29
295
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
8
.0.29
333
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
203
/download)" && \
sha256sum -c <<< "c
8
0ce
77938f4ca64fdd9eca72d345db86ed2e780cfc6e9e877d875618345a91e
base-devel-2021071
8
.0.29
333
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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