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(container-pull-script): allows list tags w/o container runtime #370

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

carlosmmatos
Copy link
Contributor

Fixes #369

This PR allows users to list tags without needed a container runtime. This use-case is valid as we don't require a container runtime to list tags since its based on an API call.

Fixes CrowdStrike#369

This PR allows users to list tags without needed a container runtime.
This use-case is valid as we don't require a container runtime to list
tags since its based on an API call.
@carlosmmatos carlosmmatos merged commit b981dbf into CrowdStrike:main Oct 2, 2024
3 checks passed
@carlosmmatos carlosmmatos deleted the carlosmmatos/issue369 branch October 2, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

container-pull-script: look into removing container runtime check for listing tags
2 participants