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
da774f3f
Commit
da774f3f
authored
Feb 07, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210207.0.15200
parent
adccef32
Pipeline
#5134
passed with stages
in 2 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
da774f3f
...
...
@@ -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/v2021020
6
.0.15
183
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
497
/download)" && \
sha256sum -c <<< "
9d8ac949a6fd3b0897e9e18a8faea6cdd0b0bb3774be623337ac4bf577e0e071
base-2021020
6
.0.15
183
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
7
.0.15
200
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
501
/download)" && \
sha256sum -c <<< "
a4190c247b3fef9854e1ed517b6f0cad42496df4468b3290241bdbb442af8bba
base-2021020
7
.0.15
200
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
da774f3f
...
...
@@ -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/v2021020
6
.0.15
183
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
499
/download)" && \
sha256sum -c <<< "
a22aba6f4639b5401b9c466b86089ba2e57cd57cee7514c7c3523ec97ee7c
92
1
base-devel-2021020
6
.0.15
183
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
7
.0.15
200
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
503
/download)" && \
sha256sum -c <<< "
fc4d56d727cb90073378be5f202251da622e64885c406d071d43f3f2247b0a
92 base-devel-2021020
7
.0.15
200
.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