Switch to mirrorred images for Drone and Docker.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -5,11 +5,11 @@ name: build | ||||
|  | ||||
| steps: | ||||
|   - name: docker | ||||
|     image: plugins/docker | ||||
|     image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0 | ||||
|     settings: | ||||
|       username: | ||||
|         from_secret: dockerhub_user | ||||
|       registry: code.pztrn.name | ||||
|       username: drone | ||||
|       password: | ||||
|         from_secret: dockerhub_password | ||||
|       repo: pztrn/bitlbee | ||||
|         from_secret: drone_secret | ||||
|       repo: code.pztrn.name/containers/bitlbee | ||||
|       auto_tag: true | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| FROM alpine:latest | ||||
| FROM code.pztrn.name/containers/mirror/alpine:3.16.0 | ||||
|  | ||||
| ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \ | ||||
|     DISCORD_COMMIT=48e96efb860a0633baa98ff7960e40001bbd3b0f \ | ||||
| @@ -13,7 +13,6 @@ ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \ | ||||
|     cyrus-sasl-crammd5 \ | ||||
|     cyrus-sasl-digestmd5 \ | ||||
|     cyrus-sasl-scram \ | ||||
|     cyrus-sasl-plain \ | ||||
|     glib \ | ||||
|     gnutls \ | ||||
|     json-glib \ | ||||
| @@ -22,7 +21,6 @@ ENV BITLBEE_COMMIT=75222ab2b4542ee8b4726feee0d2c65636e3c7e3 \ | ||||
|     libotr \ | ||||
|     libpurple \ | ||||
|     libpurple-bonjour \ | ||||
|     libpurple-oscar \ | ||||
|     libpurple-xmpp \ | ||||
|     libsasl \ | ||||
|     openldap \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user