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
a4bcb029
Commit
a4bcb029
authored
Oct 28, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201028.0.7526
parent
8407d4a6
Pipeline
#2536
passed with stages
in 2 minutes and 40 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a4bcb029
...
...
@@ -17,6 +17,7 @@ lint:
script
:
hadolint --ignore DL3007 --ignore DL3020 Dockerfile.template
except
:
-
releases
-
tags
get_version
:
stage
:
.pre
...
...
Dockerfile.base
View file @
a4bcb029
...
...
@@ -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/
8
9/download)" && \
sha256sum -c <<< "
1
bd
86e51805e9177626c0f0f01d0e31ac6fc9798501805c1383cf32f21289356
base-20201028.0.75
04
.tar.xz" && \
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/9
3
/download)" && \
sha256sum -c <<< "
8
bd
e8477f72f3e866dc320c94958230e58cad96618ead6b111ae34f7178e68f2
base-20201028.0.75
26
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a4bcb029
...
...
@@ -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/9
1
/download)" && \
sha256sum -c <<< "
a1aa414ab3d5c6f90332330c23354abf2fe89417550411c00db2256d2aae24f7
base-devel-20201028.0.75
04
.tar.xz" && \
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/9
5
/download)" && \
sha256sum -c <<< "
03663a01e7dd380984bd628e0a4c69b7457fc6fad2e4d9305e4d35f60896e4cd
base-devel-20201028.0.75
26
.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