summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wong <markwkm@gmail.com>2023-01-27 13:03:51 -0800
committerMark Wong <markwkm@gmail.com>2023-01-27 13:03:51 -0800
commit347ae4c6f5579b39729436c28504df9aa539670d (patch)
tree30997d9c2b7008ae731f7763e411775e59ed890d
parent4e76c4e56619eec16977f421257b72a20e0df5a2 (diff)
Use AppImageKit v13
-rw-r--r--Containerfile.appimage4
-rw-r--r--HISTORY.rst3
-rw-r--r--README.appimage.rst4
-rw-r--r--container/README.rst (renamed from container/README)0
4 files changed, 7 insertions, 4 deletions
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.rst
index fec16ca..fec16ca 100644
--- a/container/README
+++ b/container/README.rst