Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
6d9c86b0
Commit
6d9c86b0
authored
Jan 30, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210130.0.14564
parent
fc41f105
Pipeline
#4933
passed with stages
in 2 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
6d9c86b0
...
...
@@ -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/v202101
29
.0.145
17
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/46
1
/download)" && \
sha256sum -c <<< "
3ed60a17af884e2f755f729716af8ce07fd1fd8e1b8c056b872ab4944c1e6cfe
base-202101
29
.0.145
17
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202101
30
.0.145
64
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/46
5
/download)" && \
sha256sum -c <<< "
7b52de438075766751e27ab80800ad04038b8066e857ef7c50907b7fab7d648f
base-202101
30
.0.145
64
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
6d9c86b0
...
...
@@ -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/v202101
29
.0.145
17
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/46
3
/download)" && \
sha256sum -c <<< "
648279baaee03bbb7c8c4a40dc4feea22d6b88d75973ade705c7df1884943915
base-devel-202101
29
.0.145
17
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202101
30
.0.145
64
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/46
7
/download)" && \
sha256sum -c <<< "
f9e5396ad9dbf5ff11b9b7a10b809c4f2bc9b0205ecea7c842b9e812bdbc43ed
base-devel-202101
30
.0.145
64
.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