Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
b678a295
Commit
b678a295
authored
Feb 06, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220206.0.46964
parent
f51511d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b678a295
...
@@ -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/v20220206.0.469
09
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220206.0.469
64
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/204
4
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/204
8
/download")" && \
sha256sum -c <<< "
007b0e17a8203e338726e12105a333f50e88740e048c9fe3ce1206d41ab3b688
base-20220206.0.469
09
.tar.xz" && \
sha256sum -c <<< "
85851fc412adc8da4b8924eb88b76ea1fa2a56893a65e9ee1a968196e971cf63
base-20220206.0.469
64
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b678a295
...
@@ -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/v20220206.0.469
09
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220206.0.469
64
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
46
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
50
/download")" && \
sha256sum -c <<< "
2d0db76470aae1d018e5890162ce352d5e9fddda953813a3b6ea67cf92c1b024
base-devel-20220206.0.469
09
.tar.xz" && \
sha256sum -c <<< "
d96ab11324b664b3441af7b71edef97bced17f64f4e74892973629b3970b4c7c
base-devel-20220206.0.469
64
.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
.
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