-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update metadata for Dockerfile label #113
Merged
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
bigspotteddog
approved these changes
Apr 8, 2020
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.
Looks good to me.
bigspotteddog
added a commit
that referenced
this pull request
Apr 8, 2020
* Update metadata for Dockerfile label - INT (#113) * Update Repository Manager to 3.22.0-02. Update Repository Manager Cookbook to release-0.5.20190212-155606.d1afdfe. Co-authored-by: Kevin Chung <[email protected]> Co-authored-by: Sonatype <[email protected]>
haghighi
added a commit
to haghighi/docker-nexus3
that referenced
this pull request
Dec 10, 2020
* Red Hat Connect to UBI * Remove rebuild db * Update Repository Manager to 3.19.0-01. * Update Repository Manager to 3.19.1-01. * Update Repository Manager to 3.20.0-04. * Update Repository Manager to 3.20.1-01. * Update Repository Manager to 3.20.1-01. * Update Repository Manager to 3.21.0-05. * Update Repository Manager to 3.21.1-01. * upgrade to latest 3.21.1-01 release * bring back the master dockerfiles when we merge to master, we'll want to keep these * doc multiple images that can be built * have jenkins update the new ubi file * trigger the red hat build service * trigger build with redhat service calls * copyright header on script * no need for groovy strings * document the usage from jenkins * reuse httpbuilder for less repetition * lose the extra post() * javadocs * mv groovy script to ci/ dir * exit status for jenkins to see * extract a function for requesting tags * wrap it all up in a class * no need to pass around projectId * 20-minute timeout waiting for build to complete * better messaging for timeout * more OO * init the HttpBuilder in normal constructor * no need to curry a tags function once everything is available on class * fields can be private now * provide parameter to force red hat build * fix param map * use params map for real boolean * allow skipping push * better description for skip parameter * Update Repository Manager to 3.21.2-03. * Update Repository Manager to 3.22.0-02. * Pull in PR sonatype#113 update labels - INT (sonatype#117) * Update metadata for Dockerfile label - INT (sonatype#113) * Update Repository Manager to 3.22.0-02. Update Repository Manager Cookbook to release-0.5.20190212-155606.d1afdfe. Co-authored-by: Kevin Chung <[email protected]> Co-authored-by: Sonatype <[email protected]> * Update Repository Manager to 3.22.1-02. * cloud-ops email -> support (sonatype#118) cloud-ops email didn't really exist. * INT-2562 resilience for red hat trigger (sonatype#119) * INT-2562 retry while watching for build to finish * INT-2562 allow skipping red hat for days when the service is really busted * Update Repository Manager to 3.23.0-03. * Update heap defaults to match https://help.sonatype.com/repomanager3/installation/system-requirements#SystemRequirements-ExampleMaximumMemoryConfigurations (sonatype#122) * Added instructions for stopping The default timeout for docker stop is too low, added note that more time is needed to ensure a clean shutdown. * Update Repository Manager to 3.24.0-02. * Update Repository Manager to 3.24.1-01. * Update Repository Manager to 3.25.0-03. * Update Repository Manager to 3.25.1-02. * Update Repository Manager to 3.25.1-04. * Update Repository Manager to 3.26.0-04. * Update Repository Manager to 3.26.1-02. * Update Repository Manager to 3.27.0-03. * Update Repository Manager to 3.28.0-01. * Update Repository Manager to 3.28.1-01. * Update Repository Manager to 3.29.0-02. * Use jenkins shared (sonatype#125) * use jenkins shared lib Co-authored-by: Justin Young <[email protected]> Co-authored-by: Sonatype <[email protected]> Co-authored-by: John Flinchbaugh <[email protected]> Co-authored-by: Joseph Cava <[email protected]> Co-authored-by: Kevin Chung <[email protected]> Co-authored-by: Stuart McCulloch <[email protected]> Co-authored-by: Rich Seddon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request makes the following changes:
Closed out #112 which was against a separate branch and replaced with this PR against master branch.