From 347ae4c6f5579b39729436c28504df9aa539670d Mon Sep 17 00:00:00 2001 From: Mark Wong Date: Fri, 27 Jan 2023 13:03:51 -0800 Subject: Use AppImageKit v13 --- Containerfile.appimage | 4 ++-- HISTORY.rst | 3 ++- README.appimage.rst | 4 +++- container/README | 4 ---- container/README.rst | 4 ++++ 5 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 container/README create mode 100644 container/README.rst diff --git a/Containerfile.appimage b/Containerfile.appimage index 5646039..113b122 100644 --- a/Containerfile.appimage +++ b/Containerfile.appimage @@ -21,8 +21,8 @@ RUN yum -y update && \ yum -y clean all WORKDIR /usr/local -# Release 12 is the latest that will run on CentOS 6. -RUN curl -OL https://github.com/AppImage/AppImageKit/releases/download/12/appimagetool-x86_64.AppImage && \ + +RUN curl -OL https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-x86_64.AppImage && \ chmod +x appimagetool-x86_64.AppImage && \ ./appimagetool-x86_64.AppImage --appimage-extract && \ chmod 0755 squashfs-root && \ diff --git a/HISTORY.rst b/HISTORY.rst index a96f683..3c54c75 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,8 @@ YYYY-MM-DD v4.0.1 ----------------- * Set CMake minimum version to 2.8.12 -* Add container files for creating an AppImage +* Add container files for creating an AppImage using AppImageKit v13 +* Update AppImage notes 2020-08-05 v4.0.0 ----------------- diff --git a/README.appimage.rst b/README.appimage.rst index a730bc6..b383306 100644 --- a/README.appimage.rst +++ b/README.appimage.rst @@ -10,7 +10,7 @@ It is recommended to build AppImages on older distributions: https://docs.appimage.org/introduction/concepts.html#build-on-old-systems-run-on-newer-systems -At the time of this document, CentOS 6 is the one of the oldest supported Linux +At the time of this document, CentOS 7 is the one of the oldest supported Linux distributions with the oldest libc version. Use a custom configured PostgreSQL build with minimal options enabled to reduce @@ -30,3 +30,5 @@ options:: Don't forget you may have to set both PATH and LD_LIBRARY_PATH appropriately depending on where the custom build of PostgreSQL is installed. + +See the README.rst in the container/ directory for an example. diff --git a/container/README b/container/README deleted file mode 100644 index fec16ca..0000000 --- a/container/README +++ /dev/null @@ -1,4 +0,0 @@ -This is a collection of scripts to use Podman for specific tasks: - -* appimage-prepare - Build a container image to use for creating an AppImage. -* appimage-build - Create an AppImage for pg_top. diff --git a/container/README.rst b/container/README.rst new file mode 100644 index 0000000..fec16ca --- /dev/null +++ b/container/README.rst @@ -0,0 +1,4 @@ +This is a collection of scripts to use Podman for specific tasks: + +* appimage-prepare - Build a container image to use for creating an AppImage. +* appimage-build - Create an AppImage for pg_top. -- cgit v1.2.3