mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	ci: Update outdated comments to generated Dockerfiles.
These were missed in the doc updates ind78723b6e8, which were for behavior changes in16067bc4fc.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							4f63378e7f
						
					
				
				
					commit
					c9ebccdf70
				
			
							
								
								
									
										8
									
								
								.github/workflows/production-suite.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/production-suite.yml
									
									
									
									
										vendored
									
									
								
							@@ -33,8 +33,8 @@ jobs:
 | 
				
			|||||||
    name: Bionic production build
 | 
					    name: Bionic production build
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # This docker image was created by a generated Dockerfile at:
 | 
					    # Docker images are built from 'tools/ci/Dockerfile'; the comments at
 | 
				
			||||||
    #   tools/ci/images/bionic/Dockerfile
 | 
					    # the top explain how to build and upload these images.
 | 
				
			||||||
    # Bionic ships with Python 3.6.
 | 
					    # Bionic ships with Python 3.6.
 | 
				
			||||||
    container: zulip/ci:bionic
 | 
					    container: zulip/ci:bionic
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
@@ -220,8 +220,8 @@ jobs:
 | 
				
			|||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        include:
 | 
					        include:
 | 
				
			||||||
          # Base images are built using `tools/ci/Dockerfile.prod.template`.
 | 
					          # Docker images are built from 'tools/ci/Dockerfile'; the comments at
 | 
				
			||||||
          # The comments at the top explain how to build and upload these images.
 | 
					          # the top explain how to build and upload these images.
 | 
				
			||||||
          - docker_image: zulip/ci:buster-3.4
 | 
					          - docker_image: zulip/ci:buster-3.4
 | 
				
			||||||
            name: 3.4 Version Upgrade
 | 
					            name: 3.4 Version Upgrade
 | 
				
			||||||
            is_focal: true
 | 
					            is_focal: true
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,6 +7,8 @@
 | 
				
			|||||||
# To rebuild from this file for a given release, say Ubuntu 18.04 bionic:
 | 
					# To rebuild from this file for a given release, say Ubuntu 18.04 bionic:
 | 
				
			||||||
#   docker build . --build-arg=BASE_IMAGE=ubuntu:18.04 --pull --tag=zulip/ci:bionic
 | 
					#   docker build . --build-arg=BASE_IMAGE=ubuntu:18.04 --pull --tag=zulip/ci:bionic
 | 
				
			||||||
#   docker push zulip/ci:bionic
 | 
					#   docker push zulip/ci:bionic
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# tools/ci/build-docker-images will rebuild all images, but not push them.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG BASE_IMAGE
 | 
					ARG BASE_IMAGE
 | 
				
			||||||
FROM $BASE_IMAGE
 | 
					FROM $BASE_IMAGE
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user