public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "John Helmert III" <ajak@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/docker-images:master commit in: /, .github/workflows/
Date: Thu,  8 Feb 2024 03:17:44 +0000 (UTC)	[thread overview]
Message-ID: <1707362199.4f11bfd241fc1681b7bde2aae3e05dd21a779907.ajak@gentoo> (raw)

commit:     4f11bfd241fc1681b7bde2aae3e05dd21a779907
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 01:05:05 2024 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 03:16:39 2024 +0000
URL:        https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=4f11bfd2

Switch systemd images to mergedusr

In bug #917143, we stopped building non-merged-usr stage3s following the
2022-12-01-systemd-usrmerge news item a while prior, as upstream systemd
no longer support non-merged-usr.

The stages for systemd w/ non-merged-usr are no being built, so the last one
we picked up was stage3-amd64-systemd-20231210T170356Z.tar.xz (and so on).

Switch all systemd images accordingly to merged-usr.

Bug: https://bugs.gentoo.org/915958
Bug: https://bugs.gentoo.org/917143
Closes: https://github.com/gentoo/gentoo-docker-images/issues/136
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 .github/workflows/build.yml | 28 +++++++++++++---------------
 README.md                   | 32 +++++++++++++++-----------------
 deploy.sh                   |  4 ++--
 3 files changed, 30 insertions(+), 34 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a22ace1..c2bc5dd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,43 +21,41 @@ jobs:
           - stage3-amd64-musl
           - stage3-amd64-musl-hardened
           - stage3-amd64-nomultilib-openrc
-          - stage3-amd64-nomultilib-systemd
+          - stage3-amd64-nomultilib-systemd-mergedusr
           - stage3-amd64-openrc
           - stage3-amd64-desktop-openrc
-          - stage3-amd64-systemd
           - stage3-amd64-systemd-mergedusr
-          - stage3-amd64-desktop-systemd
           - stage3-amd64-desktop-systemd-mergedusr
           - stage3-armv5tel-openrc
-          - stage3-armv5tel-systemd
+          - stage3-armv5tel-systemd-mergedusr
           - stage3-armv6j-openrc
-          - stage3-armv6j-systemd
+          - stage3-armv6j-systemd-mergedusr
           - stage3-armv6j_hardfp-openrc
-          - stage3-armv6j_hardfp-systemd
+          - stage3-armv6j_hardfp-systemd-mergedusr
           - stage3-armv7a-openrc
-          - stage3-armv7a-systemd
+          - stage3-armv7a-systemd-mergedusr
           - stage3-armv7a_hardfp_musl-openrc
           - stage3-armv7a_hardfp-openrc
-          - stage3-armv7a_hardfp-systemd
+          - stage3-armv7a_hardfp-systemd-mergedusr
           - stage3-arm64-desktop-openrc
-          - stage3-arm64-desktop-systemd
+          - stage3-arm64-desktop-systemd-mergedusr
           - stage3-arm64-musl
           - stage3-arm64-musl-hardened
           - stage3-arm64-openrc
-          - stage3-arm64-systemd
+          - stage3-arm64-systemd-mergedusr
           - stage3-i686-hardened-openrc
           - stage3-i686-musl
           - stage3-i686-openrc
-          - stage3-i686-systemd
+          - stage3-i686-systemd-mergedusr
           - stage3-ppc64le-musl-hardened-openrc
           - stage3-ppc64le-openrc
-          - stage3-ppc64le-systemd
+          - stage3-ppc64le-systemd-mergedusr
           - stage3-rv64_lp64-openrc
-          - stage3-rv64_lp64-systemd
+          - stage3-rv64_lp64-systemd-mergedusr
           - stage3-rv64_lp64d-openrc
-          - stage3-rv64_lp64d-systemd
+          - stage3-rv64_lp64d-systemd-mergedusr
           - stage3-s390x-openrc
-          - stage3-s390x-systemd
+          - stage3-s390x-systemd-mergedusr
     name: ${{ matrix.target }}
     runs-on: ubuntu-latest
     steps:

diff --git a/README.md b/README.md
index 0301c7f..998b810 100644
--- a/README.md
+++ b/README.md
@@ -23,48 +23,46 @@ The following targets are built and pushed to Docker Hub:
      * `stage3-amd64-musl`
      * `stage3-amd64-musl-hardened`
      * `stage3-amd64-nomultilib-openrc`
-     * `stage3-amd64-nomultilib-systemd`
+     * `stage3-amd64-nomultilib-systemd-mergedusr`
      * `stage3-amd64-openrc`
      * `stage3-amd64-desktop-openrc`
-     * `stage3-amd64-systemd`
      * `stage3-amd64-systemd-mergedusr`
-     * `stage3-amd64-desktop-systemd`
      * `stage3-amd64-desktop-systemd-mergedusr`
    * `arm`
      * `stage3-armv5tel-openrc`
-     * `stage3-armv5tel-systemd`
+     * `stage3-armv5tel-systemd-mergedusr`
      * `stage3-armv6j-openrc`
-     * `stage3-armv6j-systemd`
+     * `stage3-armv6j-systemd-mergedusr`
      * `stage3-armv6j_hardfp-openrc`
-     * `stage3-armv6j_hardfp-systemd`
+     * `stage3-armv6j_hardfp-systemd-mergedusr`
      * `stage3-armv7a-openrc`
-     * `stage3-armv7a-systemd`
+     * `stage3-armv7a-systemd-mergedusr`
      * `stage3-armv7a_hardfp_musl-openrc`
      * `stage3-armv7a_hardfp-openrc`
-     * `stage3-armv7a_hardfp-systemd`
+     * `stage3-armv7a_hardfp-systemd-mergedusr`
    * `arm64`
      * `stage3-arm64-desktop-openrc`
-     * `stage3-arm64-desktop-systemd`
+     * `stage3-arm64-desktop-systemd-mergedusr`
      * `stage3-arm64-musl`
      * `stage3-arm64-musl-hardened`
      * `stage3-arm64-openrc`
-     * `stage3-arm64-systemd`
+     * `stage3-arm64-systemd-mergedusr`
    * `ppc`
      * `stage3-ppc64le-musl-hardened-openrc`
      * `stage3-ppc64le-openrc`
-     * `stage3-ppc64le-systemd`
+     * `stage3-ppc64le-systemd-mergedusr`
    * `riscv`
      * `stage3-rv64_lp64-openrc`
-     * `stage3-rv64_lp64-systemd`
+     * `stage3-rv64_lp64-systemd-mergedusr`
      * `stage3-rv64_lp64d-openrc`
-     * `stage3-rv64_lp64d-systemd`
+     * `stage3-rv64_lp64d-systemd-mergedusr`
    * `s390`
      * `stage3-s390x`
    * `x86`
      * `stage3-i686-hardened-openrc`
      * `stage3-i686-musl`
      * `stage3-i686-openrc`
-     * `stage3-i686-systemd`
+     * `stage3-i686-systemd-mergedusr`
 
 The following upstream stage3 targets are not built at all:
  * `amd64`
@@ -83,17 +81,17 @@ The following upstream stage3 targets are not built at all:
    * `stage3-x32-openrc` [[unsupported](#unsupported)]
  * `arm`
    * `stage3-armv4tl` [[unsupported](#unsupported)]
-   * `stage3-armv4tl-systemd` [[unsupported](#unsupported)]
+   * `stage3-armv4tl-systemd-mergedusr` [[unsupported](#unsupported)]
  * `ppc`
    * `stage3-power9le-openrc` [[unsupported](#unsupported)]
-   * `stage3-power9le-systemd` [[unsupported](#unsupported)]
+   * `stage3-power9le-systemd-mergedusr` [[unsupported](#unsupported)]
    * `stage3-ppc` [[deprecated](#deprecated), [unsupported](#unsupported)]
    * `stage3-ppc-openrc` [[unsupported](#unsupported)]
    * `stage3-ppc64` [[deprecated](#deprecated), [unsupported](#unsupported)]
    * `stage3-ppc64-musl-hardened` [[deprecated](#deprecated), [unsupported](#unsupported)]
    * `stage3-ppc64-musl-hardened-openrc` [[unsupported](#unsupported)]
    * `stage3-ppc64-openrc` [[unsupported](#unsupported)]
-   * `stage3-ppc64-systemd` [[unsupported](#unsupported)]
+   * `stage3-ppc64-systemd-mergedusr` [[unsupported](#unsupported)]
    * `stage3-ppc64le` [[deprecated](#deprecated)]
    * `stage3-ppc64le-musl-hardened` [[deprecated](#deprecated)]
  * `riscv`

diff --git a/deploy.sh b/deploy.sh
index 71d5d90..89e9bc3 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -23,8 +23,8 @@ declare -A MANIFEST_TAGS=(
 	[stage3:musl]="amd64-musl;armv7a_hardfp_musl-openrc;arm64-musl;i686-musl"
 	[stage3:musl-hardened]="amd64-musl-hardened;arm64-musl-hardened;ppc64le-musl-hardened-openrc"
 	[stage3:nomultilib]="amd64-nomultilib-openrc"
-	[stage3:nomultilib-systemd]="amd64-nomultilib-systemd"
-	[stage3:systemd]="amd64-systemd;armv5tel-systemd;armv6j_hardfp-systemd;armv7a_hardfp-systemd;arm64-systemd;i686-systemd;ppc64le-systemd;rv64_lp64d-systemd"
+	[stage3:nomultilib-systemd]="amd64-nomultilib-systemd-mergedusr"
+	[stage3:systemd]="amd64-systemd-mergedusr;armv5tel-systemd-mergedusr;armv6j_hardfp-systemd-mergedusr;armv7a_hardfp-systemd-mergedusr;arm64-systemd-mergedusr;i686-systemd-mergedusr;ppc64le-systemd-mergedusr;rv64_lp64d-systemd-mergedusr"
 )
 
 # Find latest manifest


             reply	other threads:[~2024-02-08  3:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-08  3:17 John Helmert III [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21 22:12 [gentoo-commits] proj/docker-images:master commit in: /, .github/workflows/ John Helmert III
2023-06-29 15:22 John Helmert III
2022-04-12  8:04 Alexys Jacob
2021-12-01 11:31 Alexys Jacob
2021-08-20 18:05 Alexys Jacob

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1707362199.4f11bfd241fc1681b7bde2aae3e05dd21a779907.ajak@gentoo \
    --to=ajak@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox