Skip to content

Commit

Permalink
container v3.8.1
Browse files Browse the repository at this point in the history
typo in plugins list
  • Loading branch information
Wolvverine committed Apr 16, 2024
1 parent 62679fd commit aa57c5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions install scripts/install_upgrade_glpi_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -a
set -x

containername="glpi"
imagetag="nginx-82-10.0.14-3.7"
imagetag="nginx-82-10.0.14-3.8.1"
imagename="wolvverine/docker-glpi"
restartpolicy="unless-stopped"

Expand Down Expand Up @@ -32,8 +32,6 @@ docker run --restart "$restartpolicy" --detach --name "$containername" \
-e GLPI_CHMOD_PATHS_FILES=yes -e GLPI_REMOVE_INSTALLER=yes \
-e GLPI_ENABLE_CRONJOB=yes -e TZ="Europe/Warsaw" \
-e GLPI_INSTALL_PLUGINS="\
behaviors|https://github.com/yllen/behaviors/releases/download/v2.7.1/glpi-behaviors-2.7.1.tar.gz,\
pdf|https://github.com/yllen/pdf/releases/download/v2.1.0/glpi-pdf-2.1.0.tar.gz,\
vip|https://github.com/InfotelGLPI/vip/releases/download/1.8.1/glpi-vip-1.8.1.tar.bz2,\
statecheck|https://github.com/ericferon/glpi-statecheck/releases/download/v2.3.7/statecheck-v2.3.7.tar.gz" \
"$imagename:$imagetag"
Expand Down
8 changes: 4 additions & 4 deletions install scripts/install_upgrade_glpi_with_mariadb_docker.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ SET GLPI_container=GLPI
SET DB_Container=MariaDB
REM GLPI Docker repository and dockerhub tags
SET docker_repository=wolvverine/docker-glpi
SET docker_tag=nginx-82-10.0.14-3.8
SET docker_tag=nginx-82-10.0.14-3.8.1

REM aktualne tagi dla kontenera GLPI
REM www_server-php_version-glpi_version-container_version
REM nginx-82-10.0.14-3.7
REM nginx-82-xdebug-10.0.14-3.7
REM nginx-82-10.0.14-3.8
REM nginx-82-xdebug-10.0.14-3.8
REM https://hub.docker.com/r/wolvverine/docker-glpi/tags

REM Database Docker repository and dockerhub tags
Expand Down Expand Up @@ -53,7 +53,7 @@ docker run --restart unless-stopped --name %GLPI_container% ^
-e GLPI_ENABLE_CRONJOB=yes ^
-e PHP_MEMORY_LIMIT=128M ^
-e TZ="Europe/Warsaw" ^
-e GLPI_INSTALL_PLUGINS="fusioninventory|https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi10.0.6+1.1/fusioninventory-10.0.6+1.1.tar.bz2,fields|https://github.com/pluginsGLPI/fields/releases/download/1.20.6/glpi-fields-1.20.6.tar.bz2,datainjection|https://github.com/pluginsGLPI/datainjection/releases/download/2.13.2/glpi-datainjection-2.13.2.tar.bz2,genericobject|https://github.com/pluginsGLPI/genericobject/releases/download/2.14.3/glpi-genericobject-2.14.3.tar.bz2" ^
-e GLPI_INSTALL_PLUGINS="" ^
-d %docker_repository%:%docker_tag%

REM ####################################################################
Expand Down
2 changes: 1 addition & 1 deletion install scripts/plugins_repo_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ reports,yllen,reports
statecheck,ericferon,glpi-statecheck
treeview,pluginsGLPI,treeview
typology,InfotelGLPI,typology
vip,InfotelGLPI,vip
vip,InfotelGLPI,vip

0 comments on commit aa57c5d

Please sign in to comment.