refs #5659 osTicket version 1.17.4
This commit is contained in:
parent
35ed15584a
commit
0e8a548b24
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue