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
86e31dcf
Commit
86e31dcf
authored
Jan 18, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220118.0.44734
parent
d30d8827
Pipeline
#14876
passed with stages
in 1 minute and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
86e31dcf
...
@@ -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/v2022011
7
.0.44
640
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
8
.0.44
734
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
5
6/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/196
0
/download")" && \
sha256sum -c <<< "
4ffd4250594cd12c8de19f0fdc8def6eea881919a05d615259a4d96e4c7ff0d9
base-2022011
7
.0.44
640
.tar.xz" && \
sha256sum -c <<< "
36f6314ca07a40ff6c19775808935b4d5bb45d84bb8460acf36599c6d85a0ff1
base-2022011
8
.0.44
734
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
86e31dcf
...
@@ -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/v2022011
7
.0.44
640
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
8
.0.44
734
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
58
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
62
/download")" && \
sha256sum -c <<< "
9231540d2430cd74317b626362b8884377069831939d933e3c371ec5aa824561
base-devel-2022011
7
.0.44
640
.tar.xz" && \
sha256sum -c <<< "
8c0bb031a1c26dec1cc2761fc72867b1717a28fc16d37c18af82a7cd6c9619f0
base-devel-2022011
8
.0.44
734
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${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