This commit is contained in:
Diego Lendoiro 2019-04-24 13:32:56 +02:00
parent ba841dac4e
commit 223043f61b
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
2 changed files with 0 additions and 26 deletions

View File

@ -1,11 +0,0 @@
image: alpine:latest
variables:
DOCKER_DRIVER: overlay2
stages:
- build
include:
- '/.gitlab-ci/Jobs/build_image.yml'

View File

@ -1,15 +0,0 @@
passbolt-prerelease:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- |
/kaniko/executor --context $CI_PROJECT_DIR \
--build-arg PASSBOLT_URL="$PASSBOLT_URL" \
--build-arg PHP_EXTENSIONS="$PHP_EXTENSIONS" \
--build-arg PASSBOLT_BASE_PACKAGES="$PASSBOLT_BASE_PACKAGES" \
--build-arg PASSBOLT_DEV_PACKAGES="$PASSBOLT_DEV_PACKAGES" \
--dockerfile $CI_PROJECT_DIR/Dockerfile \
--destination $CI_REGISTRY_IMAGE:$PASSBOLT_FLAVOUR-$UPSTREAM_COMMIT_SHA