Skip to content
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

Open
Tracked by #123
ericwyles opened this issue Aug 7, 2024 · 1 comment
Open
Tracked by #123

Add an option to publish auxiliary images to registry #209

ericwyles opened this issue Aug 7, 2024 · 1 comment

Comments

@ericwyles
Copy link
Contributor

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.

@ericwyles ericwyles self-assigned this Aug 7, 2024
@mjnagel
Copy link
Contributor

mjnagel commented Aug 7, 2024

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
@ericwyles ericwyles removed their assignment Aug 7, 2024
@Racer159 Racer159 self-assigned this Sep 23, 2024
@Racer159 Racer159 removed their assignment Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants