mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	Upgrade Buildserver VM
Use Vagrant boxes built with cloud-team/debian-vagrant-images instead of fdroid/basebox, Use Debian Bullseye (11) instead of Debian Stretch (9)
This commit is contained in:
		
							parent
							
								
									7accb96b9e
								
							
						
					
					
						commit
						df46eb86c3
					
				
					 7 changed files with 29 additions and 84 deletions
				
			
		| 
						 | 
				
			
			@ -588,7 +588,7 @@ docker:
 | 
			
		|||
    - cd buildserver
 | 
			
		||||
    - docker build -t $TEST_IMAGE --build-arg GIT_REV_PARSE_HEAD=$(git rev-parse HEAD) .
 | 
			
		||||
    - docker tag $TEST_IMAGE $RELEASE_IMAGE
 | 
			
		||||
    - docker tag $TEST_IMAGE ${RELEASE_IMAGE}-stretch
 | 
			
		||||
    - docker tag $TEST_IMAGE ${RELEASE_IMAGE}-bullseye
 | 
			
		||||
    - echo $CI_BUILD_TOKEN | docker login -u gitlab-ci-token --password-stdin registry.gitlab.com
 | 
			
		||||
    # This avoids filling up gitlab.com free tier accounts with unused docker images.
 | 
			
		||||
    - if test -n "$FDROID_PUSH_DOCKER_IMAGE"; then
 | 
			
		||||
| 
						 | 
				
			
			@ -598,4 +598,4 @@ docker:
 | 
			
		|||
          exit 0;
 | 
			
		||||
      fi
 | 
			
		||||
    - docker push $RELEASE_IMAGE
 | 
			
		||||
    - docker push $RELEASE_IMAGE-stretch
 | 
			
		||||
    - docker push $RELEASE_IMAGE-bullseye
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue