-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add an option to publish auxiliary images to registry #209
Comments
uds-identity-config has a set of tasks for building/publishing images that might be helpful to borrow from and update to common tasks 😄 |
Racer159
added a commit
to defenseunicorns/uds-package-sonarqube
that referenced
this issue
Aug 7, 2024
## Description Fixes the image reference in preparation for publishing the plugin image. ## Related Issue Relates to defenseunicorns/uds-common#209 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-sonarqube/blob/main/CONTRIBUTING.md#developer-workflow) followed
Racer159
added a commit
to defenseunicorns/uds-package-mattermost
that referenced
this issue
Aug 7, 2024
## Description Fixes the image reference in preparation for publishing the plugin image. ## Related Issue Relates to defenseunicorns/uds-common#209 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-mattermost/blob/main/CONTRIBUTING.md#developer-workflow) followed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to create a mechanism to push auxiliary images to container registries. Currently both sonarqube and mattermost packages have images that are built locally and put directly into the package and they are never pushed to a registry.
We first found this problem testing the uds-security-hub scan feature because it was unable to download some of the images.
The text was updated successfully, but these errors were encountered: