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
0a2aae23
Commit
0a2aae23
authored
Dec 05, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211205.0.40756
parent
ac66e43a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0a2aae23
...
...
@@ -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/v2021120
4
.0.40
695
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/176
2
/download")" && \
sha256sum -c <<< "
dbce7200d7aec8f68dd0e7b86a2f411679cdc072086d0eaacf209ec8bf94fae
6 base-2021120
4
.0.40
695
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021120
5
.0.40
756
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/176
6
/download")" && \
sha256sum -c <<< "
8dfd5dc2fe707afa6b9357f45651d2f9f97bb22db7699d143a3418d61834706
6 base-2021120
5
.0.40
756
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0a2aae23
...
...
@@ -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/v2021120
4
.0.40
695
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/176
4
/download")" && \
sha256sum -c <<< "
15829458f958bce5cbea8e891d666c45049bb137abd8b7f8fc0049f60b45d8ad
base-devel-2021120
4
.0.40
695
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021120
5
.0.40
756
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/176
8
/download")" && \
sha256sum -c <<< "
0eeadedae9efbea316c4a7ba7673d2fd841de39d9030aa4bb02f763ba2e8c679
base-devel-2021120
5
.0.40
756
.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