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
84d0d351
Commit
84d0d351
authored
Feb 04, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220204.0.46608
parent
ac8a4d85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
84d0d351
...
@@ -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/v2022020
3
.0.46
487
# 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/203
2
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/203
6
/download")" && \
sha256sum -c <<< "
9a26703a5fe287cf65fc82493abd5cef2acd58d244a83f1d84538d9de4b29ffc
base-2022020
3
.0.46
487
.tar.xz" && \
sha256sum -c <<< "
67234c03e7cadd92404076806bf185fe8964ef900355ce0dbc74d95d75e0f684
base-2022020
4
.0.46
608
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
84d0d351
...
@@ -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/v2022020
3
.0.46
487
# 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/203
4
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/203
8
/download")" && \
sha256sum -c <<< "
f5a823ee22afd78527e770b5489bf7178df6dda0b76e3e7fc9831d6a211820a6
base-devel-2022020
3
.0.46
487
.tar.xz" && \
sha256sum -c <<< "
b48476006440ed7437d0afea90bd232a163ead3510d4c0f0c6dd276ca197c3d7
base-devel-2022020
4
.0.46
608
.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