alpinelinux upgrade
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 1m1s
Container Publish / build-image (amd64) (push) Successful in 1m25s
Container Publish / update docker manifest (push) Successful in 18s

This commit is contained in:
2025-10-02 09:06:56 +02:00
parent 7541c6cfeb
commit 9fe7a95407
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ jobs:
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10-${{ matrix.arch }} \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10-${{ matrix.arch }} \
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.20-${{ matrix.arch }} \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10.0.20-${{ matrix.arch }} \
--build-arg "GLPI_VERSION=10.0.20" \ --build-arg "GLPI_VERSION=10.0.20" \
--build-arg "ALPINE_VERSION=3.21" \ --build-arg "ALPINE_VERSION=3.22" \
--platform linux/${{ matrix.arch }} -f Dockerfile . --platform linux/${{ matrix.arch }} -f Dockerfile .
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }}
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:10-${{ matrix.arch }}

View File

@@ -8,7 +8,7 @@ Web server for GLPI deployment
```bash ```bash
cd src cd src
docker build -t docker.asperti.com/paspo/glpi --build-arg "ALPINE_VERSION=3.19" --build-arg "GLPI_VERSION=10.0.11" . docker build -t docker.asperti.com/paspo/glpi --build-arg "ALPINE_VERSION=3.22" --build-arg "GLPI_VERSION=10.0.20" .
``` ```
## run ## run

View File

@@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.21 ARG ALPINE_VERSION=3.22
FROM alpine:${ALPINE_VERSION} FROM alpine:${ALPINE_VERSION}
ARG GLPI_VERSION ARG GLPI_VERSION