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
b9e824a2
Commit
b9e824a2
authored
Sep 04, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210904.0.33254
parent
7b52b337
Pipeline
#10879
passed with stages
in 1 minute and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b9e824a2
...
...
@@ -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/v2021090
3
.0.33
098
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
38
/download)" && \
sha256sum -c <<< "
d0d51e6232ff1e76a221510556c1eb46d4d28688879fa00d2b21ae7d15deab39
base-2021090
3
.0.33
098
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
4
.0.33
254
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
42
/download)" && \
sha256sum -c <<< "
86eccd0222179426cc905fd746fb36fa1c5800bb2e7dd1fd80cfacd585ceadf0
base-2021090
4
.0.33
254
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b9e824a2
...
...
@@ -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/v2021090
3
.0.33
098
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/144
0
/download)" && \
sha256sum -c <<< "
ee4d28f5fef804c39149ce0ec4a3211d6efa121008e4d92b83bcc1a6af76559a
base-devel-2021090
3
.0.33
098
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
4
.0.33
254
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/144
4
/download)" && \
sha256sum -c <<< "
a8f67ff1cfa9f20e701ead6a5a891be4eeebaa15df5d829f6c04249462e400c8
base-devel-2021090
4
.0.33
254
.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