Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: implement a simple docker file to run cli commands #14111

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

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

Conversation

ohmayr
Copy link
Contributor

@ohmayr ohmayr commented Jul 17, 2025

This PR implements a minimalistic Dockerfile which runs the required CLI commands for Librarian.

Testing steps:

docker build . -t <image-name>

Command:

docker run --rm <image-name>

Output:

'generate' command executed.

Fixes: googleapis/librarian#899

@ohmayr ohmayr requested a review from a team as a code owner July 17, 2025 22:37
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.

Implement a Dockerfile Image with simple cli commands
2 participants