refs #5659 osTicket version 1.17.4

This commit is contained in:
Guillermo Bonet 2023-06-26 13:27:07 +02:00
parent 35ed15584a
commit 0e8a548b24
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@ image=[imageName]
tag=[versionTag] tag=[versionTag]
``` ```
## Build and push an image ## Build image
Build the image with *latest* tag. Build the image with *latest* tag.
``` ```
@ -27,6 +27,8 @@ Test image locally
docker run --name test $registry/$image:$tag docker run --name test $registry/$image:$tag
``` ```
## Push image
Login into docker registry (If it's the first time or you are not saving credentials). Login into docker registry (If it's the first time or you are not saving credentials).
``` ```
docker login $registry docker login $registry

View File

@ -1,4 +1,4 @@
FROM devinsolutions/osticket:1.16.3 FROM devinsolutions/osticket:1.17.4
WORKDIR /var/www/html WORKDIR /var/www/html
COPY theme/default/ ./assets/default COPY theme/default/ ./assets/default