From cc3b6501d396d9563ac75d0c0fd3b2c9d97a2a37 Mon Sep 17 00:00:00 2001 From: paspo Date: Fri, 10 Oct 2025 08:48:25 +0200 Subject: [PATCH] glpi update --- .gitea/workflows/build_and_publish.yaml | 16 ++++++++-------- README.md | 2 +- docker-compose.yaml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/build_and_publish.yaml b/.gitea/workflows/build_and_publish.yaml index a07f176..6d1cb75 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -48,13 +48,13 @@ jobs: docker build \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11-${{ matrix.arch }} \ - --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-${{ matrix.arch }} \ - --build-arg "GLPI_VERSION=11.0.0" \ + --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1-${{ matrix.arch }} \ + --build-arg "GLPI_VERSION=11.0.1" \ --build-arg "ALPINE_VERSION=3.22" \ --platform linux/${{ matrix.arch }} --no-cache -f Dockerfile . docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11-${{ matrix.arch }} - docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-${{ matrix.arch }} + docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1-${{ matrix.arch }} manifest: name: update docker manifest @@ -87,10 +87,10 @@ jobs: --amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11-arm64 docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11 - - name: "11.0.0" + - name: "11.0.1" run: | docker manifest create \ - ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0 \ - --amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-amd64 \ - --amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-arm64 - docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0 + ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1 \ + --amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1-amd64 \ + --amend ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1-arm64 + docker manifest push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.1 diff --git a/README.md b/README.md index 900349b..c41eeca 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Web server for GLPI deployment ```bash cd src -docker build -t docker.asperti.com/paspo/glpi --build-arg "ALPINE_VERSION=3.22" --build-arg "GLPI_VERSION=11.0.0" . +docker build -t docker.asperti.com/paspo/glpi --build-arg "ALPINE_VERSION=3.22" --build-arg "GLPI_VERSION=11.0.1" . ``` ## run diff --git a/docker-compose.yaml b/docker-compose.yaml index 72c6382..89cb3b1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -37,7 +37,7 @@ services: context: src args: ALPINE_VERSION: 3.22 - GLPI_VERSION: 11.0.0 + GLPI_VERSION: 11.0.1 depends_on: db: condition: service_healthy