stable

Clone or download

Read-only

feat: request #38302 Move Tuleap Enterprise container image to Rocky Linux 9

The easiest way to test this change is to create a `plugins/tee_container/docker/Tuleap.repo` with the following content: ``` [Tuleap-by-Enalean] name=Tuleap baseurl=https://rpm-repository.tuleap-enterprise.com/enterprise-dev/el9/ gpgcheck=1 gpgkey=https://rpm-repository.tuleap-enterprise.com/gpg.key enabled=1 ``` (Accessing the repository requires to be logged in on Enalean's tailnet) Then go to `plugins/tee_container/docker` and build the image with `docker build -t tee-el9 --build-arg DOCKERFILE_BASEDIR_PATH=. --build-arg YUM_REPO_PATH=./Tuleap.repo .` No functional changes expected. Change-Id: If5c7c98eae28603d6e32211ca0c4b9e4b9157b84

Modified Files

Name
M plugins/tee_container/docker/Dockerfile +8 −7 Go to diff View file
M tools/docker/install-rpms/rockylinux9.dockerfile +1 −1 Go to diff View file
M tools/docker/tuleap-community-edition/Dockerfile +1 −1 Go to diff View file