mirror of
				https://github.com/zulip/docker-zulip.git
				synced 2025-11-04 14:03:25 +00:00 
			
		
		
		
	Update versions for Zulip Server 4.8.
This commit is contained in:
		@@ -28,7 +28,7 @@ WORKDIR /home/zulip
 | 
				
			|||||||
# You can specify these in docker-compose.yml or with
 | 
					# You can specify these in docker-compose.yml or with
 | 
				
			||||||
#   docker build --build-args "ZULIP_GIT_REF=git_branch_name" .
 | 
					#   docker build --build-args "ZULIP_GIT_REF=git_branch_name" .
 | 
				
			||||||
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
 | 
					ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
 | 
				
			||||||
ARG ZULIP_GIT_REF=4.7
 | 
					ARG ZULIP_GIT_REF=4.8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN git clone "$ZULIP_GIT_URL" && \
 | 
					RUN git clone "$ZULIP_GIT_URL" && \
 | 
				
			||||||
    cd zulip && \
 | 
					    cd zulip && \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.com)
 | 
				
			|||||||
([GitHub](https://github.com/zulip/zulip)) in
 | 
					([GitHub](https://github.com/zulip/zulip)) in
 | 
				
			||||||
[production][prod-overview]. Image available from:
 | 
					[production][prod-overview]. Image available from:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:4.7-0`)
 | 
					* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:4.8-0`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Current Zulip version: `4.7`
 | 
					Current Zulip version: `4.8`
 | 
				
			||||||
Current Docker image version: `4.7-0`
 | 
					Current Docker image version: `4.8-0`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Project status: **Alpha**.  While this project works and is
 | 
					Project status: **Alpha**.  While this project works and is
 | 
				
			||||||
used by many sites in production, configuring is substantially more
 | 
					used by many sites in production, configuring is substantially more
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -47,13 +47,13 @@ services:
 | 
				
			|||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - "/opt/docker/zulip/redis:/data:rw"
 | 
					      - "/opt/docker/zulip/redis:/data:rw"
 | 
				
			||||||
  zulip:
 | 
					  zulip:
 | 
				
			||||||
    image: "zulip/docker-zulip:4.7-0"
 | 
					    image: "zulip/docker-zulip:4.8-0"
 | 
				
			||||||
    build:
 | 
					    build:
 | 
				
			||||||
      context: .
 | 
					      context: .
 | 
				
			||||||
      args:
 | 
					      args:
 | 
				
			||||||
        # Change these if you want to build zulip from a different repo/branch
 | 
					        # Change these if you want to build zulip from a different repo/branch
 | 
				
			||||||
        ZULIP_GIT_URL: https://github.com/zulip/zulip.git
 | 
					        ZULIP_GIT_URL: https://github.com/zulip/zulip.git
 | 
				
			||||||
        ZULIP_GIT_REF: "4.7"
 | 
					        ZULIP_GIT_REF: "4.8"
 | 
				
			||||||
        # Set this up if you plan to use your own CA certificate bundle for building
 | 
					        # Set this up if you plan to use your own CA certificate bundle for building
 | 
				
			||||||
        # CUSTOM_CA_CERTIFICATES:
 | 
					        # CUSTOM_CA_CERTIFICATES:
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -62,7 +62,7 @@ spec:
 | 
				
			|||||||
            - name: postgresql-persistent-storage
 | 
					            - name: postgresql-persistent-storage
 | 
				
			||||||
              mountPath: /var/lib/postgresql
 | 
					              mountPath: /var/lib/postgresql
 | 
				
			||||||
        - name: zulip
 | 
					        - name: zulip
 | 
				
			||||||
          image: zulip/docker-zulip:4.7-0
 | 
					          image: zulip/docker-zulip:4.8-0
 | 
				
			||||||
          resources:
 | 
					          resources:
 | 
				
			||||||
            limits:
 | 
					            limits:
 | 
				
			||||||
              cpu: 100m
 | 
					              cpu: 100m
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user