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
1bd440c9
Commit
1bd440c9
authored
Jul 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210725.0.29811
parent
57862ad9
Pipeline
#9898
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1bd440c9
...
...
@@ -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/v20210725.0.29
770
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/123
3
/download)" && \
sha256sum -c <<< "
8ab3ab761905e54c5ce4336884705b62892a40a1148845200b5636e3e3e97297
base-20210725.0.29
770
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210725.0.29
811
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/123
7
/download)" && \
sha256sum -c <<< "
5fa1804baddfe2382fc871d8be2dbd75eb37ddb3b16ed198da7fc954ee5af74c
base-20210725.0.29
811
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1bd440c9
...
...
@@ -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/v20210725.0.29
770
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/123
5
/download)" && \
sha256sum -c <<< "
327c9e36e627069a8b3cf76857e196b23659a6f34eba82abc5f23e381ac918c8
base-devel-20210725.0.29
770
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210725.0.29
811
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/123
9
/download)" && \
sha256sum -c <<< "
25790e63a7c797eb9863d00e7016fc9c8e8c99056993148dd06bf5fbcc0a3ffc
base-devel-20210725.0.29
811
.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