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

Fix docker build summery broken link (missing org) #1286

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

sverdlov93
Copy link
Contributor

@sverdlov93 sverdlov93 commented Oct 28, 2024

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.

Fix the missing org part on the docker build summary (view) link.
image

The current link points to <ArtifactoryURL>/ui/packages/docker:%2F%2F<image-name>/sha256__AAA
While it should point to <ArtifactoryURL>/ui/packages/docker:%2F%2F<org-name>%2F<image-name>/sha256__AAA when org name is part of the docker image name.

Signed-off-by: Michael Sverdlov <[email protected]>
artifactory/utils/container/image.go Outdated Show resolved Hide resolved
Signed-off-by: Michael Sverdlov <[email protected]>
@sverdlov93 sverdlov93 merged commit ef0608d into jfrog:dev Oct 28, 2024
6 of 7 checks passed
@eyalbe4 eyalbe4 added the bug Something isn't working label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants