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
bb64b9d2
Commit
bb64b9d2
authored
Feb 05, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220205.0.46827
parent
84d0d351
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
bb64b9d2
...
...
@@ -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/v2022020
4
.0.46
608
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
36
/download")" && \
sha256sum -c <<< "
67234c03e7cadd92404076806bf185fe8964ef900355ce0dbc74d95d75e0f684
base-2022020
4
.0.46
608
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
5
.0.46
827
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
40
/download")" && \
sha256sum -c <<< "
daaadc738b68cd5b252826e5dbc22e09e9918aad98c28492067b905c3a5ebc72
base-2022020
5
.0.46
827
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
bb64b9d2
...
...
@@ -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/v2022020
4
.0.46
608
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
38
/download")" && \
sha256sum -c <<< "
b48476006440ed7437d0afea90bd232a163ead3510d4c0f0c6dd276ca197c3d7
base-devel-2022020
4
.0.46
608
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
5
.0.46
827
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
42
/download")" && \
sha256sum -c <<< "
50ee6eb5ba0aed44f373e5da6454c522934f2745744dcba2b45e36eaa0ba2cc0
base-devel-2022020
5
.0.46
827
.tar.xz" && \
mkdir /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