You've already forked ansible-docker
							
							Compare commits
	
		
			2 Commits
		
	
	
		
			090ff35200
			...
			32753d6889
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 32753d6889 | |||
| 43abfd2cc5 | 
| @@ -66,7 +66,7 @@ steps: | |||||||
|   image: git.cryptic.systems/volker.raschek/git:1.4.0 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: docker.io/plugins/docker:20.18.6 |   image: docker.io/plugins/docker:20.18.8 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|     dockerfile: Dockerfile |     dockerfile: Dockerfile | ||||||
| @@ -131,7 +131,7 @@ steps: | |||||||
|   image: git.cryptic.systems/volker.raschek/git:1.4.0 |   image: git.cryptic.systems/volker.raschek/git:1.4.0 | ||||||
|  |  | ||||||
| - name: build | - name: build | ||||||
|   image: docker.io/plugins/docker:20.18.6 |   image: docker.io/plugins/docker:20.18.8 | ||||||
|   settings: |   settings: | ||||||
|     auto_tag: false |     auto_tag: false | ||||||
|     dockerfile: Dockerfile |     dockerfile: Dockerfile | ||||||
|   | |||||||
| @@ -9,6 +9,8 @@ RUN pacman --sync --sysupgrade --refresh --noconfirm && \ | |||||||
|       openssl \ |       openssl \ | ||||||
|       libyaml \ |       libyaml \ | ||||||
|       python \ |       python \ | ||||||
|  |       python-boto3 \ | ||||||
|  |       python-botocore \ | ||||||
|       python-setuptools \ |       python-setuptools \ | ||||||
|       python-pip \ |       python-pip \ | ||||||
|       python-pytest \ |       python-pytest \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user