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
330e5567
Commit
330e5567
authored
Aug 11, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210811.0.31363
parent
b5a5b883
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
330e5567
...
...
@@ -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/v2021081
0
.0.313
04
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/130
5
/download)" && \
sha256sum -c <<< "
c4b9549c0a460419f013b72e218d2e89902136354da4e80e38add4445c2481c8
base-2021081
0
.0.313
04
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
1
.0.313
63
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/130
9
/download)" && \
sha256sum -c <<< "
8452d896025bc53c8b6c846fcc0c41ba6f5d8c174380db7cbe250246eeb4f840
base-2021081
1
.0.313
63
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
330e5567
...
...
@@ -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/v2021081
0
.0.313
04
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
07
/download)" && \
sha256sum -c <<< "
9fa7369004da35089778ec1a8d5431276336c0d6dd0b82e00cc64e7d6078255e
base-devel-2021081
0
.0.313
04
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
1
.0.313
63
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
11
/download)" && \
sha256sum -c <<< "
c2e9f7f3176bd95a286dcbfb2b25a4752dfb9ba9c8f251797d82308a10ebea8a
base-devel-2021081
1
.0.313
63
.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