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
4cade873
Commit
4cade873
authored
Oct 25, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201025.0.7257
parent
d7eb0c91
Pipeline
#2521
passed with stages
in 5 minutes and 31 seconds
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
ci/base-devel/Dockerfile
View file @
4cade873
...
...
@@ -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/5
3
/download
)
"
&&
\
sha256sum
-c
<<<
"
452e26d9775a76e95bd582b96c742844a3e27b90147e1f6e1bc6dd3b82e8a558
base-devel-20201025.0.72
20
.tar.xz"
&&
\
RUN
ROOTFS
=
"
$(
curl
-OJL
--continue-at
-
-w
"%{filename_effective}"
https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
7
/download
)
"
&&
\
sha256sum
-c
<<<
"
623ec2fe997137b2f54e01bcb44216232c92699404ed7e20b332f830b9dffd0e
base-devel-20201025.0.72
57
.tar.xz"
&&
\
mkdir
/rootfs
&&
\
tar
-C
/rootfs
--extract
--auto-compress
--file
"
${
ROOTFS
}
"
...
...
ci/base/Dockerfile
View file @
4cade873
...
...
@@ -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/5
1
/download
)
"
&&
\
sha256sum
-c
<<<
"
175387448f7992b2760e758bdb75bfd45de7d2bf5ad2940add9e19a96ffb4129
base-20201025.0.72
20
.tar.xz"
&&
\
RUN
ROOTFS
=
"
$(
curl
-OJL
--continue-at
-
-w
"%{filename_effective}"
https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
5
/download
)
"
&&
\
sha256sum
-c
<<<
"
3b2e52d6bd701fb24e4a8128e015e9574ccfd196762e4dee63bc6f6edaa4c6d1
base-20201025.0.72
57
.tar.xz"
&&
\
mkdir
/rootfs
&&
\
tar
-C
/rootfs
--extract
--auto-compress
--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