mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
Update image version to 1.4.1-1 for new release
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* [**Quay.io**](https://quay.io/repository/galexrt/zulip)
|
||||
* [**Docker Hub**](https://hub.docker.com/r/galexrt/zulip)
|
||||
|
||||
Current Version: `v1.4.1`
|
||||
Current Version: `v1.4.1-1`
|
||||
|
||||
***
|
||||
|
||||
@@ -25,9 +25,9 @@ See the [Configuration](https://github.com/Galexrt/docker-zulip/wiki/Configurati
|
||||
|
||||
## How to get the container running
|
||||
### To pull the image run
|
||||
`docker pull quay.io/galexrt/zulip:v1.4.1`
|
||||
`docker pull quay.io/galexrt/zulip:v1.4.1-1`
|
||||
or
|
||||
`docker pull galexrt/zulip:v1.4.1`
|
||||
`docker pull galexrt/zulip:v1.4.1-1`
|
||||
|
||||
### For the latest development image run
|
||||
`docker pull quay.io/galexrt/zulip:dev`
|
||||
|
@@ -21,7 +21,7 @@ redis:
|
||||
volumes:
|
||||
- "/opt/docker/zulip/redis:/var/lib/redis:rw"
|
||||
zulip:
|
||||
image: "quay.io/galexrt/zulip:v1.4.1"
|
||||
image: "quay.io/galexrt/zulip:v1.4.1-1"
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
@@ -1,19 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
metadata:
|
||||
name: zulip-v1.4.1
|
||||
name: zulip-v1.4.1-1
|
||||
labels:
|
||||
version: v1.4.1
|
||||
version: v1.4.1-1
|
||||
app: zulip
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
version: v1.4.1
|
||||
version: v1.4.1-1
|
||||
app: zulip
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
version: v1.4.1
|
||||
version: v1.4.1-1
|
||||
app: zulip
|
||||
spec:
|
||||
containers:
|
||||
@@ -59,7 +59,7 @@ spec:
|
||||
- name: postgresql-persistent-storage
|
||||
mountPath: /var/lib/postgresql
|
||||
- name: zulip
|
||||
image: quay.io/galexrt/zulip:v1.4.1
|
||||
image: quay.io/galexrt/zulip:v1.4.1-1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
Reference in New Issue
Block a user