-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: relocates the docker image definition and adds a new image definition #126
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
nathanklick
added
Feature Enhancement
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
labels
Jun 28, 2023
leninmehedy
approved these changes
Jun 28, 2023
jeromy-cannon
approved these changes
Jun 28, 2023
…va17 image Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
nathanklick
force-pushed
the
00125-Relocate-Dockerfile
branch
from
June 28, 2023 14:30
5b1bd9c
to
bdffeea
Compare
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #126 +/- ##
=========================================
Coverage 51.79% 51.79%
Complexity 139 139
=========================================
Files 36 36
Lines 668 668
Branches 73 73
=========================================
Hits 346 346
Misses 290 290
Partials 32 32 |
jeromy-cannon
approved these changes
Jun 28, 2023
nathanklick
pushed a commit
that referenced
this pull request
Jun 28, 2023
## [0.2.0](v0.1.2...v0.2.0) (2023-06-28) ### Features * add github templates ([#124](#124)) ([7990742](7990742)) * boilerplate helm chart ([#121](#121)) ([70c66ca](70c66ca)) * publish the helm client to maven central ([#123](#123)) ([6b40d2d](6b40d2d)) * relocates the docker image definition and adds a new image definition ([#126](#126)) ([db59e7c](db59e7c))
github-actions bot
pushed a commit
that referenced
this pull request
Jun 29, 2023
## [0.2.0-alpha.1](v0.1.2...v0.2.0-alpha.1) (2023-06-29) ### Features * add github templates ([#124](#124)) ([7990742](7990742)) * boilerplate helm chart ([#121](#121)) ([70c66ca](70c66ca)) * publish the helm client to maven central ([#123](#123)) ([6b40d2d](6b40d2d)) * relocates the docker image definition and adds a new image definition ([#126](#126)) ([db59e7c](db59e7c))
swirlds-automation
added a commit
that referenced
this pull request
Jul 5, 2023
## [0.2.0](v0.1.2...v0.2.0) (2023-07-05) ### Features * add github templates ([#124](#124)) ([7990742](7990742)) * add otel collector sidecar container ([#134](#134)) ([09de701](09de701)) * add semantic-release based CI pipelines ([#136](#136)) ([76055e0](76055e0)) * add SLF4J logging to fullstack-helm-client module ([#137](#137)) ([4115810](4115810)) * boilerplate helm chart ([#121](#121)) ([70c66ca](70c66ca)) * implement mirror.py container support (via side car) ([#135](#135)) ([c8ea9e2](c8ea9e2)) * publish the helm client to maven central ([#123](#123)) ([6b40d2d](6b40d2d)) * relocates the docker image definition and adds a new image definition ([#126](#126)) ([db59e7c](db59e7c)) ### Bug Fixes * update configurations for mirror uploader sidecars ([#138](#138)) ([118662f](118662f))
🎉 This PR is included in version 0.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Enhancement
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
released
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.
Description
This pull request fixes or changes the following:
ubi8-init-dind
imageubi8-init-dind
definition by removing the GoLang SDKubi8-init-java17
image definitionRelated Issues