Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
56049ea1
Commit
56049ea1
authored
Feb 07, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210207.0.15232
parent
da774f3f
Pipeline
#5140
passed with stages
in 2 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
56049ea1
...
...
@@ -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/v20210207.0.152
00
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/50
1
/download)" && \
sha256sum -c <<< "
a4190c247b3fef9854e1ed517b6f0cad42496df4468b3290241bdbb442af8bba
base-20210207.0.152
00
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210207.0.152
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/50
5
/download)" && \
sha256sum -c <<< "
cfb29b3073e6120769d2ad17b61edad228edfa0c09a96cd4fdc570a5e7075ddb
base-20210207.0.152
32
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
56049ea1
...
...
@@ -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/v20210207.0.152
00
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/50
3
/download)" && \
sha256sum -c <<< "
fc4d56d727cb90073378be5f202251da622e64885c406d071d43f3f2247b0a92
base-devel-20210207.0.152
00
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210207.0.152
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/50
7
/download)" && \
sha256sum -c <<< "
cd7393fcb1053f3b1433d460c49fe559f87ef3373c66013209217d18925e742e
base-devel-20210207.0.152
32
.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