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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull latest docker image for a service in a cluster #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jclarkkoala
Copy link
Collaborator

What

Adds a command to pull the latest Docker image used by a service in a cluster.

Why

Almost of the logic to fetch the latest Docker image used by a service in a cluster is already in Outback. The ability to fetch an image for download would make the Outback tool in integral part of CI pipeline with regard to building near-production Docker containers to run unit tests and other code quality tools.

How

This new command makes heavy use of the existing configuration parser and Outback Docker wrapper to determine the latest image for a given service and cluster.

CC 馃惃

@jclarkkoala jclarkkoala changed the title Pull latest docker image for service Pull latest docker image for a service in a cluster Jan 2, 2023
Copy link
Member

@walterbm walterbm left a comment

Choose a reason for hiding this comment

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

Looks great! Thank you!

)

var pullLatestCmd = &cobra.Command{
Use: "pull-latest",
Copy link
Member

Choose a reason for hiding this comment

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

@jclarkkoala let's add some documentation around this new command in the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants