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 support for OCI Registry feed #801

Merged
merged 7 commits into from
Oct 21, 2024
Merged

Add support for OCI Registry feed #801

merged 7 commits into from
Oct 21, 2024

Conversation

denys-octopus
Copy link
Contributor

@denys-octopus denys-octopus commented Oct 17, 2024

Add support for OCI (Open Container Initiative) Registry feed

resource "octopusdeploy_oci_registry_feed" "example" {
  feed_uri = "oci://test-registry.docker.io"
  password = "test-password"
  name = "Test oci Registry Feed (OK to Delete)"
  username = "test-username"
}

closes #543

Copy link
Contributor

@domenicsim1 domenicsim1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, good to merge after go-octopusdeploy dependency is updated

Assertion was happening against object with initial values.
@denys-octopus denys-octopus merged commit 4b7caef into main Oct 21, 2024
22 checks passed
@denys-octopus denys-octopus deleted the dk/add-oci-feed branch October 21, 2024 00:04
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

Successfully merging this pull request may close these issues.

Add support to define OCI feed
2 participants