gplugin/builders

Update all the things for debian trixie

8 months ago, Gary Kramlich
bfa442657994
Parents 4fb24799acee
Children f8da99d3af84
Update all the things for debian trixie
--- a/Dockerfile.clang-format Tue Jun 13 22:05:02 2023 -0500
+++ b/Dockerfile.clang-format Mon Aug 07 22:53:34 2023 -0500
@@ -1,4 +1,4 @@
-FROM docker.io/gplugin/builders:debian-bookworm-amd64
+FROM docker.io/gplugin/builders:debian-trixie-amd64
RUN set -ex && \
apt update && \
--- a/Dockerfile.debian-bookworm-amd64 Tue Jun 13 22:05:02 2023 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-FROM docker.io/debian:bookworm
-
-ENV TARGET=debian-bookworm-amd64
-
-RUN set -ex && \
- apt update && \
- apt install -y --no-install-recommends \
- ca-certificates unzip \
- build-essential meson gettext help2man mercurial git \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- libgtk-4-dev libadwaita-1-dev \
- python3-dev python-gi-dev python3-gi \
- python3-jinja2 python3-packaging python3-pygments python3-toml \
- python3-typogrify \
- liblua5.3-dev lua-lgi luarocks \
- valac \
- zip \
- && \
- apt clean && \
- rm -rf /var/lib/apt/lists
-
-CMD ["/build.sh"]
-
-COPY meson/build.sh /build.sh
-
--- a/Dockerfile.debian-bookworm-arm64 Tue Jun 13 22:05:02 2023 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-FROM docker.io/arm64v8/debian:bookworm
-
-ENV TARGET=debian-bookworm-arm64
-
-RUN set -ex && \
- apt update && \
- apt install -y --no-install-recommends \
- ca-certificates unzip \
- build-essential meson gettext help2man mercurial git \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- libgtk-4-dev \
- python3-dev python-gi-dev python3-gi \
- python3-jinja2 python3-packaging python3-pygments python3-toml \
- python3-typogrify \
- liblua5.3-dev lua-lgi luarocks \
- valac \
- && \
- apt clean && \
- rm -rf /var/lib/apt/lists
-
-CMD ["/build.sh"]
-
-COPY meson/build.sh /build.sh
-
--- a/Dockerfile.debian-bookworm-armhf Tue Jun 13 22:05:02 2023 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-FROM docker.io/arm32v7/debian:bookworm
-
-ENV TARGET=debian-bookworm-armhf
-
-RUN set -ex && \
- apt update && \
- apt install -y --no-install-recommends \
- ca-certificates unzip \
- build-essential meson gettext help2man mercurial git \
- libglib2.0-dev gobject-introspection libgirepository1.0-dev \
- libgtk-4-dev \
- python3-dev python-gi-dev python3-gi \
- python3-jinja2 python3-packaging python3-pygments python3-toml \
- python3-typogrify \
- liblua5.3-dev lua-lgi luarocks \
- valac \
- && \
- apt clean && \
- rm -rf /var/lib/apt/lists
-
-CMD ["/build.sh"]
-
-COPY meson/build.sh /build.sh
-
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile.debian-trixie-amd64 Mon Aug 07 22:53:34 2023 -0500
@@ -0,0 +1,25 @@
+FROM docker.io/debian:trixie
+
+ENV TARGET=debian-trixie-amd64
+
+RUN set -ex && \
+ apt update && \
+ apt install -y --no-install-recommends \
+ ca-certificates unzip \
+ build-essential meson gettext help2man mercurial git \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ libgtk-4-dev libadwaita-1-dev \
+ python3-dev python-gi-dev python3-gi \
+ python3-jinja2 python3-packaging python3-pygments python3-toml \
+ python3-typogrify \
+ liblua5.3-dev lua-lgi luarocks \
+ valac \
+ zip \
+ && \
+ apt clean && \
+ rm -rf /var/lib/apt/lists
+
+CMD ["/build.sh"]
+
+COPY meson/build.sh /build.sh
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile.debian-trixie-arm64 Mon Aug 07 22:53:34 2023 -0500
@@ -0,0 +1,24 @@
+FROM docker.io/arm64v8/debian:trixie
+
+ENV TARGET=debian-trixie-arm64
+
+RUN set -ex && \
+ apt update && \
+ apt install -y --no-install-recommends \
+ ca-certificates unzip \
+ build-essential meson gettext help2man mercurial git \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ libgtk-4-dev \
+ python3-dev python-gi-dev python3-gi \
+ python3-jinja2 python3-packaging python3-pygments python3-toml \
+ python3-typogrify \
+ liblua5.3-dev lua-lgi luarocks \
+ valac \
+ && \
+ apt clean && \
+ rm -rf /var/lib/apt/lists
+
+CMD ["/build.sh"]
+
+COPY meson/build.sh /build.sh
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile.debian-trixie-armhf Mon Aug 07 22:53:34 2023 -0500
@@ -0,0 +1,24 @@
+FROM docker.io/arm32v7/debian:trixie
+
+ENV TARGET=debian-trixie-armhf
+
+RUN set -ex && \
+ apt update && \
+ apt install -y --no-install-recommends \
+ ca-certificates unzip \
+ build-essential meson gettext help2man mercurial git \
+ libglib2.0-dev gobject-introspection libgirepository1.0-dev \
+ libgtk-4-dev \
+ python3-dev python-gi-dev python3-gi \
+ python3-jinja2 python3-packaging python3-pygments python3-toml \
+ python3-typogrify \
+ liblua5.3-dev lua-lgi luarocks \
+ valac \
+ && \
+ apt clean && \
+ rm -rf /var/lib/apt/lists
+
+CMD ["/build.sh"]
+
+COPY meson/build.sh /build.sh
+
--- a/Dockerfile.dist Tue Jun 13 22:05:02 2023 -0500
+++ b/Dockerfile.dist Mon Aug 07 22:53:34 2023 -0500
@@ -1,4 +1,4 @@
-FROM docker.io/gplugin/builders:debian-bookworm-amd64
+FROM docker.io/gplugin/builders:debian-trixie-amd64
COPY dist/build.sh /
--- a/Dockerfile.i18n Tue Jun 13 22:05:02 2023 -0500
+++ b/Dockerfile.i18n Mon Aug 07 22:53:34 2023 -0500
@@ -1,4 +1,4 @@
-FROM docker.io/gplugin/builders:debian-bookworm-amd64
+FROM docker.io/gplugin/builders:debian-trixie-amd64
COPY i18n/build.sh /
--- a/Dockerfile.scanbuild Tue Jun 13 22:05:02 2023 -0500
+++ b/Dockerfile.scanbuild Mon Aug 07 22:53:34 2023 -0500
@@ -1,4 +1,4 @@
-FROM docker.io/gplugin/builders:debian-bookworm-amd64
+FROM docker.io/gplugin/builders:debian-trixie-amd64
RUN set -ex && \
apt update && \
--- a/convey.yml Tue Jun 13 22:05:02 2023 -0500
+++ b/convey.yml Mon Aug 07 22:53:34 2023 -0500
@@ -65,18 +65,18 @@
stages:
- tasks: [import, build]
- debian-bookworm-amd64:
- environment: TARGET=debian-bookworm-amd64
+ debian-trixie-amd64:
+ environment: TARGET=debian-trixie-amd64
stages:
- tasks: [import, build]
- debian-bookworm-arm64:
- environment: [TARGET=debian-bookworm-arm64]
+ debian-trixie-arm64:
+ environment: [TARGET=debian-trixie-arm64]
stages:
- tasks: [import, build]
- debian-bookworm-armhf:
- environment: [TARGET=debian-bookworm-armhf]
+ debian-trixie-armhf:
+ environment: [TARGET=debian-trixie-armhf]
stages:
- tasks: [import, build]
@@ -125,7 +125,7 @@
plans:
- alpine-edge-amd64
- clang-format
- - debian-bookworm-amd64
+ - debian-trixie-amd64
- dist
- fedora-38-amd64
- fedora-rawhide-amd64
@@ -136,6 +136,6 @@
- valgrind
qemu-user-static:
plans:
- - debian-bookworm-arm64
- - debian-bookworm-armhf
+ - debian-trixie-arm64
+ - debian-trixie-armhf