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
1e499564
Commit
1e499564
authored
Aug 07, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210807.0.31012
parent
d4e4f945
Pipeline
#10226
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1e499564
...
...
@@ -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/v2021080
6
.0.3
097
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/128
5
/download)" && \
sha256sum -c <<< "
a566c1ea5d5f8c28667a3595fc94246a3bccb6eda95d83d06ae3fb9dee8fc81a
base-2021080
6
.0.3
097
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
7
.0.3
101
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/128
9
/download)" && \
sha256sum -c <<< "
9e1ea2e86e236ad8260315db0371a46fcd77fdee80b68ddc70ae15b46807ab9b
base-2021080
7
.0.3
101
2.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1e499564
...
...
@@ -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/v2021080
6
.0.3
097
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
87
/download)" && \
sha256sum -c <<< "
a8f51c1b93880e2bcb7f39d1055154d1d36ed698ff10cd0469eddedea38fe8d9
base-devel-2021080
6
.0.3
097
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
7
.0.3
101
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
91
/download)" && \
sha256sum -c <<< "
c97269561d452199a03845cedb138945442339eddd32f8a6fc8a3190a72f5356
base-devel-2021080
7
.0.3
101
2.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --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