Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open 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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
8cc355da
Commit
8cc355da
authored
3 years ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-205
: Fix newline at eof
parent
b26e5931
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!183
Docker image building & pushing with CI pipeline caching
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
docker-compose/README.md
+3
-4
3 additions, 4 deletions
docker-compose/README.md
sbin/tag_and_push_docker_image.sh
+1
-1
1 addition, 1 deletion
sbin/tag_and_push_docker_image.sh
with
5 additions
and
6 deletions
.gitlab-ci.yml
+
1
−
1
View file @
8cc355da
...
...
@@ -282,4 +282,4 @@ wheel_packaging:
-
pip3 install -r docker-compose/itango/lofar-requirements.txt
script
:
-
cd tangostationcontrol
-
python setup.py bdist_wheel
\ No newline at end of file
-
python setup.py bdist_wheel
This diff is collapsed.
Click to expand it.
docker-compose/README.md
+
3
−
4
View file @
8cc355da
...
...
@@ -50,8 +50,7 @@ docker-compose directory corresponds to one image.
### Gitlab CI phases
The building and pushing of docker images is performed in two separate phases.
This is because certain stages will depend on the presence of the base images.
The base images will run as first
Docker images are build and pushed in two stages. First external images are
downloaded, retagged and pushed to our own registry.
`git diff --name-only HEAD~1..HEAD ./`
\ No newline at end of file
`git diff --name-only HEAD~1..HEAD ./`
This diff is collapsed.
Click to expand it.
sbin/tag_and_push_docker_image.sh
+
1
−
1
View file @
8cc355da
...
...
@@ -121,4 +121,4 @@ if [ ! -z "${1+x}" ] && [ "${1}" == "pull" ]; then
fi
# Someone nothing ran, that is an error do not fail silently
exit
1
\ No newline at end of file
exit
1
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