Skip to content
Snippets Groups Projects
Commit 60f8300e authored by POLLET Vincent's avatar POLLET Vincent
Browse files

Merge branch 'reduce_prod_container_size' into 'main'

Reduce prod container size

See merge request !1
parents 4fe0dce9 a4b9c492
No related branches found
No related tags found
1 merge request!1Reduce prod container size
Pipeline #383903 failed
...@@ -260,13 +260,13 @@ build_docker_image_latest: ...@@ -260,13 +260,13 @@ build_docker_image_latest:
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] # overwrite image entrypoint entrypoint: [""] # overwrite image entrypoint
dependencies: [] # do not download artifacts from previous jobs: https://docs.gitlab.com/ee/ci/jobs/job_artifacts.html#prevent-a-job-from-fetching-artifacts
script: script:
- >- - >-
/kaniko/executor /kaniko/executor
--context "${CI_PROJECT_DIR}" --context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/docker/latest/Dockerfile" --dockerfile "${CI_PROJECT_DIR}/docker/latest/Dockerfile"
--destination "${BUILD_DESTINATION}" --destination "${BUILD_DESTINATION}"
--build-arg "PROD_PINNED_DEPENDENCIES_FILE=${PROD_PINNED_DEPENDENCIES_FILE}"
--build-arg "BASE_IMAGE_LOCATION=${BASE_IMAGE_LOCATION}" --build-arg "BASE_IMAGE_LOCATION=${BASE_IMAGE_LOCATION}"
......
tests
tests/**/*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment