-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to focal and add python 3.10
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ ACSONE docker image for running Odoo CI workloads | |
|
||
This Odoo image has the following characteristics: | ||
|
||
- Based on Ubuntu 18.04. | ||
- Based on Ubuntu 20.04. | ||
- Minimal dependencies to run ACSONE Odoo CI jobs | ||
|
||
- git (with user.name=GitLab and [email protected]) | ||
|
@@ -12,7 +12,7 @@ This Odoo image has the following characteristics: | |
- openssh-client | ||
- rsync | ||
- make | ||
- python2.7/3.5/3.6/3.7/3.8/3.9 | ||
- python2.7/3.5/3.6/3.7/3.8/3.9/3.10 | ||
- virtualenv | ||
- postgresql client | ||
- lessc | ||
|
@@ -28,7 +28,7 @@ This Odoo image has the following characteristics: | |
|
||
- disable strict host key checking | ||
|
||
- Odoo 8, 9, 10, 11, 12, 13, 14 are supported. | ||
- Odoo 8, 9, 10, 11, 12, 13, 14, 15 are supported. | ||
- Odoo is *not* preinstalled. | ||
- Runs as non-privileged user named ``gitlab-runner`` | ||
|
||
|