PHRAS-4159 Update apt repositories (#4618)

* PHRAS-4159 Update apt repositories

* release of version 4.1.20 PHRAS-4160

* Changelog update

---------

Co-authored-by: nmaillat <maillat@alchemy.fr>
This commit is contained in:
moctardiouf
2025-07-23 17:50:25 +02:00
committed by GitHub
parent a77bd14993
commit bb7e6b8c70
4 changed files with 30 additions and 7 deletions

2
.env
View File

@@ -155,7 +155,7 @@ PHRASEANET_DOCKER_REGISTRY=alchemyfr
# Docker images tag.
# @run
PHRASEANET_DOCKER_TAG=4.1.19
PHRASEANET_DOCKER_TAG=4.1.20
# Stack Name
# An optionnal Name for the stack

View File

@@ -1,5 +1,28 @@
# CHANGELOG
## 4.1.20
#### Phraseanet Upgrade
- **Phraseanet Migration Patch**:
- A migration script for the configuration file is available. Run the following command in the setup container with Docker if the environment variable `PHRASEANET_UPGRADE=1` is set:
```
bin/setup system:upgrade
```
### Stack (Docker Compose and Helm)
- Bump Phraseanet base image to 1.2.3
### Version Summary
- Bump Phraseanet base image to 1.2.3
### What's Changed
**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.19...4.1.20
__
## 4.1.19
#### Phraseanet Upgrade

View File

@@ -1,5 +1,5 @@
FROM alchemyfr/phraseanet-base:1.2.2 AS builder
FROM alchemyfr/phraseanet-base:1.2.3 AS builder
COPY --from=composer:2.1.6 /usr/bin/composer /usr/bin/composer
@@ -72,7 +72,7 @@ CMD []
# Phraseanet install and setup application image
#########################################################################
FROM alchemyfr/phraseanet-base:1.2.2 AS phraseanet-setup
FROM alchemyfr/phraseanet-base:1.2.3 AS phraseanet-setup
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
ADD ./docker/phraseanet/root /
@@ -85,7 +85,7 @@ CMD []
# Phraseanet web application image
#########################################################################
FROM alchemyfr/phraseanet-base:1.2.2 AS phraseanet-fpm
FROM alchemyfr/phraseanet-base:1.2.3 AS phraseanet-fpm
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
ADD ./docker/phraseanet/root /
@@ -97,7 +97,7 @@ CMD ["php-fpm", "-F"]
# Phraseanet worker application image
#########################################################################
FROM alchemyfr/phraseanet-base:1.2.2 AS phraseanet-worker
FROM alchemyfr/phraseanet-base:1.2.3 AS phraseanet-worker
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
ADD ./docker/phraseanet/root /
@@ -139,7 +139,7 @@ HEALTHCHECK CMD wget --spider http://127.0.0.1/login || nginx -s reload || exit
# phraseanet adapted simplesaml service provider
#########################################################################
FROM alchemyfr/phraseanet-base:1.2.2 AS phraseanet-saml-sp
FROM alchemyfr/phraseanet-base:1.2.3 AS phraseanet-saml-sp
RUN apt-get update \
&& apt-get install -y \
apt-transport-https \

View File

@@ -17,7 +17,7 @@ class Version
* @var string
*/
private $number = '4.1.19';
private $number = '4.1.20';
/**
* @var string