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
fca93518
Commit
fca93518
authored
Aug 16, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210816.0.31704
parent
cba7ba34
Pipeline
#10413
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
fca93518
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
5
.0.31
620
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
6
.0.31
704
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
29
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
33
/download)" && \
sha256sum -c <<< "
3c2dd05d27d0f6e5e28f1f995c21b007db0a55f5d3d378eba74c79fa5d258828
base-2021081
5
.0.31
620
.tar.xz" && \
sha256sum -c <<< "
e71bb8aeac85d6ca43717c428988a10970377f8b8beaa0bcc27c3f8b16285683
base-2021081
6
.0.31
704
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
fca93518
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
5
.0.31
620
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
6
.0.31
704
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/133
1
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/133
5
/download)" && \
sha256sum -c <<< "
1a42dbfaafb1cfea18efa160cca39a3f0749b6f5a2c8259457ae119d9e98b764
base-devel-2021081
5
.0.31
620
.tar.xz" && \
sha256sum -c <<< "
4bf82e3183125de498d7de5cd7a97cc619ebb8bace23c013e80fb70eeb634a5b
base-devel-2021081
6
.0.31
704
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${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