Skip to content

Commit

Permalink
next elabimg version will be 5.0.0.
Browse files Browse the repository at this point in the history
and add note about deleting build cache
  • Loading branch information
NicolasCARPi committed Jan 2, 2024
1 parent dc0e2fd commit 7a16f3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 7a16f3f

Please sign in to comment.