From 7a16f3f68c7d77265eb5188e1e3d98db2c722183 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Tue, 2 Jan 2024 05:14:47 +0100 Subject: [PATCH] next elabimg version will be 5.0.0. and add note about deleting build cache --- CHANGELOG.md | 2 +- Dockerfile | 2 +- README.md | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0de8a..10e2d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Container image version # Note: the version here is from `ELABIMG_VERSION` present in Dockerfile, not the tagged one -# 4.8.0 +# 5.0.0 * Change the default value of ``PHP_MAX_MEMORY`` from 256M (256 Mb) to 2G (2 Gb). diff --git a/Dockerfile b/Dockerfile index cccffb6..7a8e6e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -135,7 +135,7 @@ RUN abuild-keygen -n -a && abuild && find /home/builder/packages -type f -name ' FROM alpine:3.18 # this is versioning for the container image -ENV ELABIMG_VERSION=4.8.0 +ENV ELABIMG_VERSION=5.0.0 # the target elabftw version is passed with --build-arg # it is a mandatory ARG diff --git a/README.md b/README.md index 13d50e8..7251268 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,13 @@ For usage of eLabFTW, see [documentation](https://doc.elabftw.net). /package/admin/s6/command/s6-svc -r /run/service/php /package/admin/s6/command/s6-svc -r /run/service/nginx ~~~ + +## Deleting cache + +If there is a CVE fixed upstream, delete build cache with: + +~~~bash +gh cache delete --all +~~~ + +Requires GitHub CLI: https://cli.github.com/