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(build): fix docker image inspect command #727

Merged
merged 2 commits into from
Aug 23, 2023

Conversation

paullatzelsperger
Copy link
Contributor

WHAT

Uses the new recommended command to inspect an image's manifest.

WHY

the old docker manifest inspect required push rights on DockerHub for some weird reason. thus, we would have had to login before, which does not make sense.

FURTHER NOTES

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Closes # <-- insert Issue number if one exists

@paullatzelsperger paullatzelsperger added the bug Something isn't working label Aug 23, 2023
@paullatzelsperger paullatzelsperger force-pushed the fix/permission_for_docker_inspect branch from 9a423e8 to 8e70df9 Compare August 23, 2023 11:37
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@paullatzelsperger paullatzelsperger merged commit 12e5b8b into main Aug 23, 2023
@ndr-brt ndr-brt deleted the fix/permission_for_docker_inspect branch September 30, 2024 13:16
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
Status: Merged
Development

Successfully merging this pull request may close these issues.

2 participants