Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Commits
2b9009bc3880
Commit
2b9009bc3880
authored
1 year ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
Use fixed tags for odoo images
parent
bd31932bb94d
No related branches found
No related tags found
1 merge request
!196
✨ docker_dev_start: automatically add werkzeug to the dev options
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
2b9009bc
...
...
@@ -89,7 +89,7 @@
-
job
:
create_package
artifacts
:
true
image
:
name
:
quay.orus.io/odoo/odoo:11.0
-focal
name
:
quay.orus.io/odoo/odoo:11.0
.git20230705.01717dc-20.04.3
entrypoint
:
[
"
"
]
services
:
-
name
:
postgres:12-alpine
...
...
@@ -134,7 +134,7 @@
import_jsonrpc_odoo11_test
:
extends
:
import_jsonrpc_odoo11_test-focal
image
:
name
:
quay.orus.io/odoo/odoo:11.0
-bionic
name
:
quay.orus.io/odoo/odoo:11.0
.git20230705.01717dc-18.04.2
import_base_import_odoo11_test
:
extends
:
import_jsonrpc_odoo11_test
...
...
@@ -155,7 +155,7 @@
import_jsonrpc_odoo13_test
:
extends
:
import_jsonrpc_odoo11_test-focal
image
:
name
:
quay.orus.io/odoo/odoo:13.0
name
:
quay.orus.io/odoo/odoo:13.0
.git20230608.038354c-2
entrypoint
:
[
"
"
]
variables
:
ODOO_TYPE
:
odoo13
...
...
@@ -163,7 +163,7 @@
import_jsonrpc_odoo14_test
:
extends
:
import_jsonrpc_odoo11_test-focal
image
:
name
:
quay.orus.io/odoo/odoo:14.0
name
:
quay.orus.io/odoo/odoo:14.0
.git20230227.439095d-2
entrypoint
:
[
"
"
]
variables
:
ODOO_TYPE
:
odoo14
...
...
@@ -171,7 +171,7 @@
import_jsonrpc_odoo15_test
:
extends
:
import_jsonrpc_odoo11_test-focal
image
:
name
:
quay.orus.io/odoo/odoo:15.0
name
:
quay.orus.io/odoo/odoo:15.0
.git20230710.a70cbd5-3
entrypoint
:
[
"
"
]
variables
:
ODOO_TYPE
:
odoo15
...
...
@@ -180,7 +180,7 @@
import_jsonrpc_odoo16_test
:
extends
:
import_jsonrpc_odoo15_test
image
:
name
:
quay.orus.io/odoo/odoo:16.0
name
:
quay.orus.io/odoo/odoo:16.0
.git20230710.d0ae301-6
entrypoint
:
[
"
"
]
services
:
-
name
:
postgres:15-alpine
...
...
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