[gnome-runtime-images/alatiera/toolbx] Build the images on top of the upstream toolbox image




commit b19b1513c9036157430cc0d83e82e40b8e4d19ed
Author: Jordan Petridis <jordan centricular com>
Date:   Thu Jul 14 08:24:58 2022 +0300

    Build the images on top of the upstream toolbox image
    
    This way we will have toolbox compatibility for free

 Dockerfile                     | 4 ++--
 flat-manager-client/Dockerfile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 0d44290..b6eb910 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora:latest
+FROM registry.fedoraproject.org/fedora-toolbox:36
 
 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:latest
+FROM registry.fedoraproject.org/fedora-toolbox:36
 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 320ea76..9d9b725 100644
--- a/flat-manager-client/Dockerfile
+++ b/flat-manager-client/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora:latest
+FROM registry.fedoraproject.org/fedora-toolbox:36
 
 VOLUME /build
 WORKDIR /build


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