Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tango Images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
Tango Images
Commits
52738526
Commit
52738526
authored
May 20, 2020
by
Anton Joubert
Browse files
Options
Downloads
Patches
Plain Diff
Add docker hierarchy to readme
parent
7f30cac9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+56
-8
56 additions, 8 deletions
README.md
with
56 additions
and
8 deletions
README.md
+
56
−
8
View file @
52738526
...
...
@@ -6,6 +6,54 @@ See the documentation in the 'docs' folder for build and usage
instructions.
## Docker hierarchy and release tagging
When updating Dockerfiles, and especially the tags in the
`.release`
files,
it is useful to know the hierarchy. All downstream images must have the release
tags updated.
The release tags should match the underlying dependencies used. E.g., for the
first release of cppTango 9.3.4-rc4, use the tag
`9.3.4-rc4`
. If there are
subsequent modifications to a Dockerfile, but still using that cppTango release,
add a suffix, e.g.,
`9.3.4-rc4.1`
. Further changes would then incremenent that
suffix:
`9.3.4-rc4.2`
, etc.
-
ubuntu
-
deploy/Dockerfile:FROM ubuntu:18.04
-
tango-builder/Dockerfile:FROM ubuntu:18.04
-
debian-buster-slim
-
tango-dependencies/Dockerfile:FROM debian:buster-slim as buildenv
-
tango-dependencies/Dockerfile:FROM debian:buster-slim
-
tango-java/Dockerfile:FROM {nexus}/tango-dependencies:latest
-
hdbpp_viewer/Dockerfile:FROM {nexus}/tango-java:latest
-
tango-jive/Dockerfile:FROM {nexus}/tango-java
-
tango-pogo/Dockerfile:FROM {nexus}/tango-java:latest
-
tango-rest/Dockerfile:FROM {nexus}/tango-dependencies:latest as buildenv
-
tango-rest/Dockerfile:FROM {nexus}/tango-java:latest
-
tango-vnc/Dockerfile:FROM {nexus}/tango-java:latest
-
tango-cpp/Dockerfile:FROM {nexus}/tango-dependencies:latest as buildenv
-
tango-cpp/Dockerfile:FROM debian:buster-slim
-
tango-archiver/Dockerfile:FROM {nexus}/tango-cpp:latest
-
tango-dsconfig/Dockerfile:FROM {nexus}/tango-cpp:latest
-
tango-libtango/Dockerfile:FROM {nexus}/tango-cpp
-
tango-admin/Dockerfile:FROM {nexus}/tango-libtango:latest
-
tango-test/Dockerfile:FROM {nexus}/tango-libtango:latest
-
tango-databaseds/Dockerfile:FROM {nexus}/tango-libtango:latest
-
ska-python-buildenv/Dockerfile:FROM {nexus}/tango-cpp:latest
-
ska-python-runtime/Dockerfile:FROM {nexus}/ska-python-buildenv:latest as buildenv
-
ska-python-runtime/Dockerfile:FROM {nexus}/tango-cpp:latest
-
tango-itango/Dockerfile:FROM {nexus}/ska-python-buildenv:latest as buildenv
-
tango-itango/Dockerfile:FROM {nexus}/ska-python-runtime:latest
-
tango-pytango/Dockerfile:FROM {nexus}/ska-python-buildenv:latest as buildenv
-
tango-pytango/Dockerfile:FROM {nexus}/ska-python-runtime:latest
-
tango-vscode/Dockerfile:FROM {nexus}/ska-python-buildenv:latest as buildenv
-
tango-vscode/Dockerfile:FROM {nexus}/ska-python-runtime:latest
-
tango-starter/Dockerfile:FROM {nexus}/tango-cpp:latest
-
mariadb
-
tango-db/Dockerfile:FROM mariadb:10
-
mariadb_hdbpp/Dockerfile:FROM {nexus}/tango-db:latest
## HDB++ Archiver Implementation
[

](https://developer.skatelescope.org/projects/ska-docker/en/latest/?badge=latest)
...
...
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