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
cba7ba34
Commit
cba7ba34
authored
Aug 15, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210815.0.31620
parent
e7ccd22d
Pipeline
#10394
passed with stages
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
cba7ba34
...
@@ -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/v20210815.0.31
571
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210815.0.31
620
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/132
5
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/132
9
/download)" && \
sha256sum -c <<< "
df3d79fcd950beccd1a193fafd2dc18fe5ed58a7de7ffbb733728fc94b481e25
base-20210815.0.31
571
.tar.xz" && \
sha256sum -c <<< "
3c2dd05d27d0f6e5e28f1f995c21b007db0a55f5d3d378eba74c79fa5d258828
base-20210815.0.31
620
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
cba7ba34
...
@@ -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/v20210815.0.31
571
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210815.0.31
620
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
27
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
31
/download)" && \
sha256sum -c <<< "
3d09f99b3cce431296be77263ac9e1589358d9b853e11b42cb07356672c12c86
base-devel-20210815.0.31
571
.tar.xz" && \
sha256sum -c <<< "
1a42dbfaafb1cfea18efa160cca39a3f0749b6f5a2c8259457ae119d9e98b764
base-devel-20210815.0.31
620
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
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