Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
3dcd5aa1
Commit
3dcd5aa1
authored
Jul 19, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210719.0.29451
parent
6e87227b
Pipeline
#9791
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3dcd5aa1
...
...
@@ -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/v2021071
8
.0.29
385
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/120
5
/download)" && \
sha256sum -c <<< "
a44dbe98f79fc40707bb813213204fc73b3b192648165462a6b8851aa4665e
47 base-2021071
8
.0.29
385
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
9
.0.29
451
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/120
9
/download)" && \
sha256sum -c <<< "
53fe26f7b4130ec575478e35629bde5fc1a487dc015366d5d5e702a60cd8bc
47 base-2021071
9
.0.29
451
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3dcd5aa1
...
...
@@ -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/v2021071
8
.0.29
385
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
07
/download)" && \
sha256sum -c <<< "
aa55d59d2e412cd2546f73e0be79f23ab85faa2cec4fd7abd9bc79b4cf33136b
base-devel-2021071
8
.0.29
385
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021071
9
.0.29
451
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
11
/download)" && \
sha256sum -c <<< "
0e78ece7ad4e127750dcfb83e169d4e8d14d8fd3ad0fdfa6cec7a59e8fc534e3
base-devel-2021071
9
.0.29
451
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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