alpinelinux upgrade
All checks were successful
All checks were successful
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user