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 kubernetes and docker-compose sub-commands #35

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Dec 12, 2023

These sub-commands are pretty much the same functionality as the containerimage yaml
sub-command. The main idea is that they are easier to figure out and type. The kubernetes
sub-command takes the "image regex" argument, which allows one to use an alternative
key to fetch a container image from a manifest. The docker-compose sub-command doesn't;
It'll just look for the image key in the YAML and attempt to replace that.

These sub-commands are pretty much the same functionality as the `containerimage yaml`
sub-command. The main idea is that they are easier to figure out and type. The kubernetes
sub-command takes the "image regex" argument, which allows one to use an alternative
key to fetch a container image from a manifest. The `docker-compose` sub-command doesn't;
It'll just look for the `image` key in the YAML and attempt to replace that.
@JAORMX JAORMX requested review from jhrozek and rdimitrov December 12, 2023 07:02
@JAORMX JAORMX merged commit 1cefc1e into main Dec 12, 2023
6 checks passed
@JAORMX JAORMX deleted the k8s-and-compose branch December 12, 2023 08:21
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.

2 participants