Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
odoo_docker
Commits
056f529b
Commit
056f529b
authored
3 months ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] bump docker version to 27
parent
37e494c8
Branches
16.0
No related tags found
No related merge requests found
Changes
1
Pipelines
99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-64
3 additions, 64 deletions
.gitlab-ci.yml
with
3 additions
and
64 deletions
.gitlab-ci.yml
+
3
−
64
View file @
056f529b
# You can override the included template(s) by including variable overrides
# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
image
:
docker:24
image
:
docker:27
include
:
-
template
:
Security/Container-Scanning.gitlab-ci.yml
-
template
:
Security/Secret-Detection.gitlab-ci.yml
...
...
@@ -14,52 +7,11 @@ container_scanning:
CS_IMAGE
:
"
$CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH"
CS_DOCKERFILE_PATH
:
"
$CI_COMMIT_BRANCH.Dockerfile"
GIT_STRATEGY
:
fetch
docker-build-10.0
:
image
:
docker:24
stage
:
build
services
:
-
docker:24-dind
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
-
docker build --pull -f 10.0.Dockerfile -t "$CI_REGISTRY_IMAGE:10.0" .
-
docker push "$CI_REGISTRY_IMAGE:10.0"
only
:
-
'
10.0'
docker-build-12.0
:
image
:
docker:24
stage
:
build
services
:
-
docker:24-dind
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
-
docker build --pull -f 12.0.Dockerfile -t "$CI_REGISTRY_IMAGE:12.0" .
-
docker build --pull -f 12.0_ml.Dockerfile -t "$CI_REGISTRY_IMAGE:12.0_ml" .
-
docker build --pull -f 12.0_py3.6.Dockerfile -t "$CI_REGISTRY_IMAGE:12.0_py3.6"
.
-
docker push "$CI_REGISTRY_IMAGE:12.0"
-
docker push "$CI_REGISTRY_IMAGE:12.0_ml"
-
docker push "$CI_REGISTRY_IMAGE:12.0_py3.6"
only
:
-
'
12.0'
docker-build-14.0
:
image
:
docker:24
stage
:
build
services
:
-
docker:24-dind
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
-
docker build --pull -f 14.0.Dockerfile -t "$CI_REGISTRY_IMAGE:14.0" .
-
docker push "$CI_REGISTRY_IMAGE:14.0"
only
:
-
'
14.0'
docker-build-16.0
:
image
:
docker:2
4
image
:
docker:2
7
stage
:
build
services
:
-
docker:2
4
-dind
-
docker:2
7
-dind
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
...
...
@@ -67,16 +19,3 @@ docker-build-16.0:
-
docker push "$CI_REGISTRY_IMAGE:16.0"
only
:
-
'
16.0'
# docker-build-16.0-scratch:
# image: docker:24
# stage: build
# services:
# - docker:24-dind
# before_script:
# - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# script:
# - docker build --pull -f 16.0-scratch.Dockerfile -t "$CI_REGISTRY_IMAGE:16.0-scratch"
# .
# - docker push "$CI_REGISTRY_IMAGE:16.0-scratch"
# only:
# - '16.0'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment