Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
7f7ba517
Commit
7f7ba517
authored
Nov 27, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211127.0.40034
parent
243102da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
7f7ba517
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
6
.0.
39988
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
7
.0.
40034
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/173
0
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/173
4
/download")" && \
sha256sum -c <<< "
148bc0
44
7
a4
34e10a79490823ddf2e3de002616fe8fcc63e7b25a5e30e840c71
base-2021112
6
.0.
39988
.tar.xz" && \
sha256sum -c <<< "
b4d58bbfaf1f34ef0d58b
44
5
a4
1cf6476577beb68940e82ce8420bfe5e0544e0
base-2021112
7
.0.
40034
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
7f7ba517
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
6
.0.
39988
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
7
.0.
40034
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/173
2
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/173
6
/download")" && \
sha256sum -c <<< "
ec73d50ab26d9f6beda6134e53fab00f218340b1afb078b15765508bab125b9f
base-devel-2021112
6
.0.
39988
.tar.xz" && \
sha256sum -c <<< "
b4474d7a1a6cf140fb6bd4ded05cdd8f3648221672fbe62d1dad31e3211a76bb
base-devel-2021112
7
.0.
40034
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
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