Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

archlinux: Release 20230618.0.159075 #14883

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

archlinux-github
Copy link
Contributor

@github-actions
Copy link

Diff for c4ba7d2:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8900e84..d9efad8 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
 GitRepo: https://gitlab.archlinux.org/archlinux/archlinux-docker.git
 
-Tags: base-devel, base-devel-20230611.0.157136
-GitFetch: refs/tags/v20230611.0.157136
-GitCommit: 8c107a2ed9ee79927da495f556a81a6999221bab
+Tags: base-devel, base-devel-20230618.0.159075
+GitFetch: refs/tags/v20230618.0.159075
+GitCommit: 39bda44640a0885634ec919a3c0641f5f1bbda72
 File: Dockerfile.base-devel
 
-Tags: latest, base, base-20230611.0.157136
-GitFetch: refs/tags/v20230611.0.157136
-GitCommit: 8c107a2ed9ee79927da495f556a81a6999221bab
+Tags: latest, base, base-20230618.0.159075
+GitFetch: refs/tags/v20230618.0.159075
+GitCommit: 39bda44640a0885634ec919a3c0641f5f1bbda72
 File: Dockerfile.base
diff --git a/_bashbrew-list b/_bashbrew-list
index 0a308a8..2940d68 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
 archlinux:base
-archlinux:base-20230611.0.157136
+archlinux:base-20230618.0.159075
 archlinux:base-devel
-archlinux:base-devel-20230611.0.157136
+archlinux:base-devel-20230618.0.159075
 archlinux:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 5c8be5f..85e800b 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-archlinux:base-devel-20230611.0.157136
-archlinux:base-20230611.0.157136
+archlinux:base-devel-20230618.0.159075
+archlinux:base-20230618.0.159075
diff --git a/archlinux_base-20230611.0.157136/Dockerfile.base b/archlinux_base-20230618.0.159075/Dockerfile.base
similarity index 75%
rename from archlinux_base-20230611.0.157136/Dockerfile.base
rename to archlinux_base-20230618.0.159075/Dockerfile.base
index 4861cfb..b779594 100644
--- a/archlinux_base-20230611.0.157136/Dockerfile.base
+++ b/archlinux_base-20230618.0.159075/Dockerfile.base
@@ -8,12 +8,13 @@
 # Some templating is done in order to allow us to easily build different configurations and to
 # allow us to automate the release process.
 
-FROM alpine:3.18 AS verify
-RUN apk add --no-cache curl tar zstd
+FROM quay.io/archlinux/archlinux:latest AS verify
 
-# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230611.0.157136
-RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4664/download")" && \
-    echo "2847f5972e5731cc26502b8d1110e14f91745e79d93a9f746077cb17519b4948  base-20230611.0.157136.tar.zst" > /tmp/rootfs.tar.sha256 && \
+RUN pacman -Syu --noconfirm
+
+# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230618.0.159075
+RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4720/download")" && \
+    echo "f30f113903c4fc9690e788e4f71bc4a67e9880faea7b5fd42c874a5eeaffa80e  base-20230618.0.159075.tar.zst" > /tmp/rootfs.tar.sha256 && \
     cat /tmp/rootfs.tar.sha256 && \
     sha256sum -c /tmp/rootfs.tar.sha256 && \
     mkdir /rootfs && \
@@ -28,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
 LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
 LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
 LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
-LABEL org.opencontainers.image.version="20230611.0.157136"
-LABEL org.opencontainers.image.revision="a395f71b6337b7612e5749a62698d598869059f0"
-LABEL org.opencontainers.image.created="2023-06-11T00:06:39+00:00"
+LABEL org.opencontainers.image.version="20230618.0.159075"
+LABEL org.opencontainers.image.revision="d2ad02b01289f8df13b5a1472d7a27145c0becd4"
+LABEL org.opencontainers.image.created="2023-06-18T00:07:28+00:00"
 
 COPY --from=verify /rootfs/ /
 
 RUN ldconfig && \
-    sed -i '/BUILD_ID/a VERSION_ID=20230611.0.157136' /etc/os-release
+    sed -i '/BUILD_ID/a VERSION_ID=20230618.0.159075' /etc/os-release
 
 ENV LANG=C.UTF-8
 CMD ["/usr/bin/bash"]
diff --git a/archlinux_base-devel-20230611.0.157136/Dockerfile.base-devel b/archlinux_base-devel-20230618.0.159075/Dockerfile.base-devel
similarity index 76%
rename from archlinux_base-devel-20230611.0.157136/Dockerfile.base-devel
rename to archlinux_base-devel-20230618.0.159075/Dockerfile.base-devel
index 2412393..692ae9b 100644
--- a/archlinux_base-devel-20230611.0.157136/Dockerfile.base-devel
+++ b/archlinux_base-devel-20230618.0.159075/Dockerfile.base-devel
@@ -8,12 +8,13 @@
 # Some templating is done in order to allow us to easily build different configurations and to
 # allow us to automate the release process.
 
-FROM alpine:3.18 AS verify
-RUN apk add --no-cache curl tar zstd
+FROM quay.io/archlinux/archlinux:latest AS verify
 
-# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230611.0.157136
-RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4666/download")" && \
-    echo "09d3a723bf7b6030e81a1cdcc237379123350fac0a3917e18b7480a8156504fb  base-devel-20230611.0.157136.tar.zst" > /tmp/rootfs.tar.sha256 && \
+RUN pacman -Syu --noconfirm
+
+# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230618.0.159075
+RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4722/download")" && \
+    echo "4bfe3e03ebad555de544c6a514069c016cd8d4607de58cf03377c277712400d4  base-devel-20230618.0.159075.tar.zst" > /tmp/rootfs.tar.sha256 && \
     cat /tmp/rootfs.tar.sha256 && \
     sha256sum -c /tmp/rootfs.tar.sha256 && \
     mkdir /rootfs && \
@@ -28,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
 LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
 LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
 LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
-LABEL org.opencontainers.image.version="20230611.0.157136"
-LABEL org.opencontainers.image.revision="a395f71b6337b7612e5749a62698d598869059f0"
-LABEL org.opencontainers.image.created="2023-06-11T00:06:42+00:00"
+LABEL org.opencontainers.image.version="20230618.0.159075"
+LABEL org.opencontainers.image.revision="d2ad02b01289f8df13b5a1472d7a27145c0becd4"
+LABEL org.opencontainers.image.created="2023-06-18T00:07:31+00:00"
 
 COPY --from=verify /rootfs/ /
 
 RUN ldconfig && \
-    sed -i '/BUILD_ID/a VERSION_ID=20230611.0.157136' /etc/os-release
+    sed -i '/BUILD_ID/a VERSION_ID=20230618.0.159075' /etc/os-release
 
 ENV LANG=C.UTF-8
 CMD ["/usr/bin/bash"]

Relevant Maintainers:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant