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
76651238
Commit
76651238
authored
Aug 02, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210802.0.30663
parent
caafd370
Pipeline
#10158
passed with stages
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
76651238
...
...
@@ -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
1
.0.30
528
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/126
5
/download)" && \
sha256sum -c <<< "
ff73d97bd0080bbc65b7ba1e3a433259f58218a63d767184d4ed52415a2f8121
base-2021080
1
.0.30
528
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
2
.0.30
663
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/126
9
/download)" && \
sha256sum -c <<< "
d17684931e54b6fd143c61be2e8a60e720b80dd23994a7ac01da38bfd3f36324
base-2021080
2
.0.30
663
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
76651238
...
...
@@ -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
1
.0.30
528
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
6
7/download)" && \
sha256sum -c <<< "
aa95cc4959d8c6cbbb75c8a52988eeacae6a8c942606ad5d664967990548e1a6
base-devel-2021080
1
.0.30
528
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
2
.0.30
663
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/127
1
/download)" && \
sha256sum -c <<< "
c01e560954c0ccd2affb8e48c34fd7afea8349829137608519eea2785bea7334
base-devel-2021080
2
.0.30
663
.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