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
72f354a5
Commit
72f354a5
authored
Nov 02, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201102.0.8296
parent
cd2f107d
Pipeline
#2736
passed with stages
in 14 minutes and 57 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
72f354a5
...
...
@@ -264,7 +264,7 @@ publish:
-
cd official-images
-
git init
-
'
git
remote
add
origin
"https://x-access-token:${GITHUB_TOKEN}@github.com/archlinux/official-images.git"'
-
git fetch
--depth=1
https://github.com/docker-library/official-images.git
-
git fetch https://github.com/docker-library/official-images.git
-
git reset --hard FETCH_HEAD
-
head="release/${BUILD_VERSION}"
-
git checkout -b "$head"
...
...
Dockerfile.base
View file @
72f354a5
...
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
1
/download)" && \
sha256sum -c <<< "
b
8b
b33f22540b17930033b6c850ff24029628a1b52155065a3f47120b89f64b5
base-20201102.0.82
73
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
5
/download)" && \
sha256sum -c <<< "
a
8b
edbc3aedcedab891e56d29b3b39ee398e15a9b15ae9f96a480cfe78f221e4
base-20201102.0.82
96
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
72f354a5
...
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
3
/download)" && \
sha256sum -c <<< "
ec36e6808e0dfd35810c91ee03c81b2a7e429d88452ed0388bf3
5057
b7525a40
base-devel-20201102.0.82
73
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
7
/download)" && \
sha256sum -c <<< "
469296106ce82dd91b7a54b567b0262dcf0dbd0e466414954ed
50
a
57
62c5d7f5
base-devel-20201102.0.82
96
.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