Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Tryton Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tryton
Tryton Docker
Merge requests
!1
Add gitlab CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add gitlab CI
topic/default/add-gitlab-ci
into
branch/default
Overview
5
Commits
1
Pipelines
9
Changes
6
All threads resolved!
Hide all comments
Merged
Sergi Almacellas Abellana
requested to merge
topic/default/add-gitlab-ci
into
branch/default
2 years ago
Overview
5
Commits
1
Pipelines
9
Changes
6
All threads resolved!
Hide all comments
Expand
Use gitlab CI to build docker images so then we can schedule the build of them using pipelines.
Edited
2 years ago
by
Cédric Krier
0
0
Merge request reports
Compare
version 1
version 7
11d0765c
2 years ago
version 6
0df56cf3
2 years ago
version 5
f311c47b
2 years ago
version 4
2ff6853f
2 years ago
version 3
d027cc0b
2 years ago
version 2
c23063ed
2 years ago
version 1
4f3fe3c6
2 years ago
branch/default (base)
and
latest version
latest version
b0bd15d9
1 commit,
2 years ago
version 7
11d0765c
1 commit,
2 years ago
version 6
0df56cf3
1 commit,
2 years ago
version 5
f311c47b
1 commit,
2 years ago
version 4
2ff6853f
1 commit,
2 years ago
version 3
d027cc0b
1 commit,
2 years ago
version 2
c23063ed
1 commit,
2 years ago
version 1
4f3fe3c6
1 commit,
2 years ago
Show latest version
6 files
+
128
−
43
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
5.0/office/Dockerfile
+
1
−
1
Options
FROM
tryton/tryton:5.0
FROM
${REGISTRY_IMAGE:-
tryton
}
/tryton:5.0
${TAG_SUFFIX}
LABEL
org.label-schema.version="5.0-office"
USER
root
Loading