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
9e84e9db
Commit
9e84e9db
authored
Nov 02, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201102.0.8190
parent
17153811
Pipeline
#2722
passed with stages
in 6 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
9e84e9db
...
...
@@ -10,8 +10,8 @@
# allow us to automate the releaes process.
FROM archlinux:latest AS verify
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
09
/download)" && \
sha256sum -c <<< "
c906f7f7098b88
9b
9
d1
6978075e7a5a3c49fa3b4bdd1867a011e1f24fe001e78
base-20201102.0.81
7
0.tar.xz" && \
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
13
/download)" && \
sha256sum -c <<< "
95d91387d3256
9bd1
cef52ffcfbf60280fa8c1e6167db35b45b8ab447eba0c2a
base-20201102.0.81
9
0.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
9e84e9db
...
...
@@ -10,8 +10,8 @@
# allow us to automate the releaes process.
FROM archlinux:latest AS verify
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
1
/download)" && \
sha256sum -c <<< "
9db33f80655f4ea0a02d5193d246cb4b5e1fc2dcadd60476b49b8541a8f91487
base-devel-20201102.0.81
7
0.tar.xz" && \
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
5
/download)" && \
sha256sum -c <<< "
49c7e637fc49c1a1dd90a4718cccf2c51e20e3cd5f45ac3d45fe3d67ccdce00c
base-devel-20201102.0.81
9
0.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
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