This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
che 14947: Releasing 7.3.1 version of the devfile registry #133
Merged
Conversation
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
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
Instead of retrieving zip files from github directly, change offline projects caching to git clone + git archive the files. Signed-off-by: Angel Misevski <amisevsk@redhat.com>
…clipse-che#128) * Add list of external images to server when offline registry is built To aid in deploying Che in an offline scenario, it's necessary to have a list of images used in plugins. Signed-off-by: Angel Misevski <amisevsk@redhat.com> * Improve build.sh to take options Adds various options to build.sh script: --tag, -t [TAG] Docker image tag to be used for image; default: 'nightly' --registry, -r [REGISTRY] Docker registry to be used for image; default 'quay.io' --organization, -o [ORGANIZATION] Docker image organization to be used for image; default: 'eclipse' --offline Build offline version of registry, with all sample projects cached in the registry; disabled by default. --rhel Build registry using UBI images instead of default Signed-off-by: Angel Misevski <amisevsk@redhat.com> * fixup: fix copy-paste errors in build.sh Signed-off-by: Angel Misevski <amisevsk@redhat.com>
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
…o registry.access.redhat.com/rhscl/httpd-24-rhel7:2.4-105 (eclipse-che#130) Change-Id: I90a651ec581d6cfd44b4bd2ad5369779fffb2009 Signed-off-by: nickboldt <nboldt@redhat.com>
The regex we use to update image references used in airgap mode fails if the registry hostname contains a colon. Signed-off-by: Angel Misevski <amisevsk@redhat.com>
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
ibuziuk
requested review from
amisevsk,
l0rd,
nickboldt,
rhopp,
skabashnyuk and
vparfonov
as code owners
October 28, 2019 10:37
30 tasks
nickboldt
approved these changes
Oct 28, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, I think all these changes from master are already downstream in CRW's version of devfile registry so when we switch over to use 7.3.1 it should be seamless.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Cherry-picking all commits from
master
to7.3.x
Releasing 7.3.1 version of the devfile registry
What issues does this PR fix or reference?
eclipse-che/che#14947