[gnome-runtime-images] Revert "Build the images on top of the upstream toolbox image"



commit 6955d0614f1c82b3e221a45fafdd78e32747c17e
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sat Jul 16 18:40:55 2022 +0000

    Revert "Build the images on top of the upstream toolbox image"
    
    This reverts commit b19b1513c9036157430cc0d83e82e40b8e4d19ed

 Dockerfile                     | 4 ++--
 flat-manager-client/Dockerfile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index b6eb910..0d44290 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora-toolbox:36
+FROM registry.fedoraproject.org/fedora:latest
 
 RUN dnf upgrade -y --best --allowerasing && dnf install -y git 'dnf-command(builddep)' libtool \
         automake gettext-devel autoconf && \
@@ -11,7 +11,7 @@ RUN git clone --recursive https://github.com/alatiera/flatpak-builder -b alatier
     cd flatpak-builder && \
     ./autogen.sh --with-system-debugedit && make -j$(nproc)
 
-FROM registry.fedoraproject.org/fedora-toolbox:36
+FROM registry.fedoraproject.org/fedora:latest
 COPY --from=0 /flatpak-builder/flatpak-builder /usr/local/bin/flatpak-builder
 
 ENV FLATPAK_GL_DRIVERS=dummy
diff --git a/flat-manager-client/Dockerfile b/flat-manager-client/Dockerfile
index 9d9b725..320ea76 100644
--- a/flat-manager-client/Dockerfile
+++ b/flat-manager-client/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora-toolbox:36
+FROM registry.fedoraproject.org/fedora:latest
 
 VOLUME /build
 WORKDIR /build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]