Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
devfile-registry
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esa-common
che7
devfile-registry
Commits
8f6dd01e
Commit
8f6dd01e
authored
2 years ago
by
Jean-Eric Stranig
Browse files
Options
Downloads
Patches
Plain Diff
BIOMASS-2467 update for polinsar dlr stack
parent
5035f611
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1448
passed with stage
in 2 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
build-docker-devfile-registry.sh
+2
-5
2 additions, 5 deletions
build-docker-devfile-registry.sh
with
4 additions
and
7 deletions
.gitlab-ci.yml
+
2
−
2
View file @
8f6dd01e
...
...
@@ -16,12 +16,12 @@ variables:
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
build-
master
:
build-
tags
:
stage
:
build
script
:
-
./build-docker-devfile-registry.sh
#- docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest"
only
:
-
master
-
tags
This diff is collapsed.
Click to expand it.
build-docker-devfile-registry.sh
+
2
−
5
View file @
8f6dd01e
docker login
-u
eu-west-0@
$AK
-p
2a66e70323f94d692f02a0e606178fb4c3dae89894092455c792fb48a13dc3d6 registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap
docker build
-t
che-devfile-registry
-f
build/dockerfiles/Dockerfile
.
#export DOCKER_ID_USER="kosted"
#login to orange cloud
docker tag che-devfile-registry registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:1.4.0
docker push registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:1.4.0
docker tag che-devfile-registry registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:
${
CI_COMMIT_TAG
}
docker push registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-devfile-registry:
${
CI_COMMIT_TAG
}
This diff is collapsed.
Click to expand it.
Preview
0%
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