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
1d8387cd
Commit
1d8387cd
authored
Nov 17, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201117.0.9339
parent
0151ca12
Pipeline
#3022
passed with stages
in 2 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1d8387cd
...
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
8
9/download)" && \
sha256sum -c <<< "
9135ab766e5c17f0e7aea623b6b8c70e7a5816ec422c341b3303980a206da79f
base-2020111
6
.0.9
24
9.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
3
/download)" && \
sha256sum -c <<< "
3defaf21959b844adaa5e7cfce25e2e879ee5e6e21c77bd5b43f13ec6dc61c03
base-2020111
7
.0.9
33
9.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1d8387cd
...
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
1
/download)" && \
sha256sum -c <<< "d
b1daa2d6e9f540480746191766b8f66f27dbaacdc0d069630b4b0ca0a0a83d4
base-devel-2020111
6
.0.9
24
9.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
5
/download)" && \
sha256sum -c <<< "d
4cc060c373daee8d0c0bb9eb830c49b5767f76308eaddfc6ff0bf1fdb56c752
base-devel-2020111
7
.0.9
33
9.tar.xz" && \
mkdir /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