|
@@ -34,8 +34,8 @@ steps: |
|
|
image: plugins/docker |
|
|
image: plugins/docker |
|
|
settings: |
|
|
settings: |
|
|
dockerfile: docker/php/Dockerfile |
|
|
dockerfile: docker/php/Dockerfile |
|
|
registry: localhost:5000 |
|
|
|
|
|
repo: localhost:5000/arbitry_php_base |
|
|
|
|
|
|
|
|
registry: docker-registry:5000 |
|
|
|
|
|
repo: docker-registry:5000/arbitry_php_base |
|
|
dry_run: true |
|
|
dry_run: true |
|
|
insecure: true |
|
|
insecure: true |
|
|
build_args: |
|
|
build_args: |
|
@@ -52,8 +52,8 @@ steps: |
|
|
image: plugins/docker |
|
|
image: plugins/docker |
|
|
settings: |
|
|
settings: |
|
|
dockerfile: docker/php-fpm/Dockerfile |
|
|
dockerfile: docker/php-fpm/Dockerfile |
|
|
registry: localhost:5000 |
|
|
|
|
|
repo: localhost:5000/arbitry_php_base |
|
|
|
|
|
|
|
|
registry: docker-registry:5000 |
|
|
|
|
|
repo: docker-registry:5000/arbitry_php_base |
|
|
dry_run: true |
|
|
dry_run: true |
|
|
insecure: true |
|
|
insecure: true |
|
|
build_args: |
|
|
build_args: |
|
|