Skip to content

Commit 246d420

Browse files
authored
Merge pull request #226 from infosiftr/trixie
Update to Debian Trixie
2 parents e73a539 + fea97c0 commit 246d420

30 files changed

+40
-87
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
run: |
3636
strategy="$(GENERATE_STACKBREW_LIBRARY='.github/workflows/fake-gsl.sh' "$BASHBREW_SCRIPTS/github-actions/generate.sh")"
3737
strategy="$(.github/workflows/munge-build.sh -c <<<"$strategy")"
38-
strategy="$(.github/workflows/munge-unstable.sh -c <<<"$strategy")"
3938
4039
EOF="EOF-$RANDOM-$RANDOM-$RANDOM"
4140
echo "strategy<<$EOF" >> "$GITHUB_OUTPUT"
@@ -65,10 +64,4 @@ jobs:
6564
- name: '"docker images"'
6665
run: ${{ matrix.runs.images }}
6766
- name: Git Diff # see "munge-build.sh"
68-
run: |
69-
if git diff --exit-code */*/Dockerfile.builder; then # see "hack-unstable.sh" (and "munge-unstable.sh")
70-
git diff --exit-code
71-
else
72-
# for unstable builds, let's leave this in but purely informational (instead of causing CI to fail)
73-
git diff
74-
fi
67+
run: git diff --exit-code

.github/workflows/munge-unstable.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

Dockerfile-builder.template

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,25 @@ RUN set -eux; \
1717
tar \
1818
;
1919
{{ ) else ( -}}
20-
FROM debian:bookworm-slim
20+
FROM debian:trixie-slim
2121

2222
RUN set -eux; \
23-
apt-get update; \
24-
apt-get install -y \
23+
apt-get install --update -y \
2524
bzip2 \
2625
curl \
2726
gcc \
2827
gnupg \
2928
make \
3029
patch \
3130
; \
32-
rm -rf /var/lib/apt/lists/*
31+
apt-get dist-clean
3332
{{ ) end -}}
3433
{{ if env.variant == "uclibc" then ( -}}
3534

3635
# grab/use buildroot for its uClibc toolchain
3736

3837
RUN set -eux; \
39-
apt-get update; \
40-
apt-get install -y \
38+
apt-get install --update -y \
4139
bc \
4240
cpio \
4341
dpkg-dev \
@@ -49,7 +47,7 @@ RUN set -eux; \
4947
unzip \
5048
wget \
5149
; \
52-
rm -rf /var/lib/apt/lists/*
50+
apt-get dist-clean
5351

5452
# pub dsa1024 2009-01-15 [SC]
5553
# AB07 D806 D2CE 741F B886 EE50 B025 BA8B 59C3 6319

hack-unstable.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

latest-1/glibc/Dockerfile.builder

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

latest-1/glibc/amd64/image-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"history": [
1212
{
1313
"created": "2023-05-18T22:34:17Z",
14-
"created_by": "BusyBox 1.36.1 (glibc), Debian 12"
14+
"created_by": "BusyBox 1.36.1 (glibc), Debian 13"
1515
}
1616
],
1717
"rootfs": {
1818
"type": "layers",
1919
"diff_ids": [
20-
"sha256:2cdfc67c0816c2b7015081259eb6ac437b90828ef2a862e689b13afc14a2a4ab"
20+
"sha256:b4cb8796a924c1fe5cf7031b67a551c63f9236c5cb0e0d51af962285ae361db7"
2121
]
2222
},
2323
"architecture": "amd64",

latest-1/glibc/amd64/image-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"mediaType": "application/vnd.oci.image.manifest.v1+json",
44
"config": {
55
"mediaType": "application/vnd.oci.image.config.v1+json",
6-
"digest": "sha256:ae1d923cbe21706d4f9677ce8b05bad652be748ce7695a9137438a1e13bb0066",
6+
"digest": "sha256:1827167fde90df99d9341a27fbce2b445550eb2b18105e03f98102f00c0ec35e",
77
"size": 459
88
},
99
"layers": [
1010
{
1111
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
12-
"digest": "sha256:c464210ed74876e1229e7a337e6274297f4eb55b120635f73e2844408ae3ef13",
13-
"size": 2141232
12+
"digest": "sha256:a9739a817d63534f3c8ceef491b880e3b562e746a6645feb0dc8b3333a4973eb",
13+
"size": 2209397
1414
}
1515
],
1616
"annotations": {

0 commit comments

Comments
 (0)