From 1c7991fb078d0d5fef61e52be50ca9db7a5599df Mon Sep 17 00:00:00 2001 From: Susan Vattic <50509349+sVattic@users.noreply.github.com> Date: Sat, 11 May 2019 14:46:25 -0500 Subject: [PATCH 1/3] Update Dockerfile.static --- Dockerfile.static | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.static b/Dockerfile.static index 4cd27f3..314790b 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -1,7 +1,7 @@ -FROM fedora:latest +FROM docker.io/fedora:latest WORKDIR /build RUN dnf update -y && \ - dnf install -y git make automake autoconf gcc glibc-static meson ninja-build + dnf install -y git make automake autoconf gcc glibc-static meson ninja-build clang RUN git clone https://github.com/libfuse/libfuse && \ cd libfuse && \ From 3c2c9ba339672c7fdfafcb2d25f273e29bdc80b9 Mon Sep 17 00:00:00 2001 From: Susan Vattic <50509349+sVattic@users.noreply.github.com> Date: Sat, 11 May 2019 14:49:19 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03da4f2..8d14517 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,5 @@ On Fedora: `dnf install fuse3-devel` Static Build: ======================================================= -`buildah bud -t ./Dockerfile.static .` +`buildah bud -t fuse-overlayfs -f ./Dockerfile.static .` From 41d27d3acca07d712227f886edfeb908337d5d97 Mon Sep 17 00:00:00 2001 From: Susan Vattic <50509349+sVattic@users.noreply.github.com> Date: Mon, 13 May 2019 07:50:56 -0500 Subject: [PATCH 3/3] Update Dockerfile.static --- Dockerfile.static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.static b/Dockerfile.static index 314790b..51cde87 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -1,4 +1,4 @@ -FROM docker.io/fedora:latest +FROM registry.fedoraproject.org/fedora:latest WORKDIR /build RUN dnf update -y && \ dnf install -y git make automake autoconf gcc glibc-static meson ninja-build clang