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

Added CLI to automate building of Docker images #500

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

Conversation

tieneupin
Copy link
Contributor

I ended up making this CLI due to having to repeatedly build and push Murfey images as part of the testing process.

This is designed to work with a bash shell that has been configured with Podman, and can be pointed to either remote or local Docker image repositories.

@tieneupin tieneupin added the enhancement New feature or request label Feb 19, 2025
@tieneupin tieneupin requested a review from d-j-hatton February 19, 2025 09:41
@tieneupin tieneupin self-assigned this Feb 19, 2025
Copy link

codecov bot commented Feb 19, 2025

Codecov Report

Attention: Patch coverage is 78.18182% with 24 lines in your changes missing coverage. Please review.

Project coverage is 29.14%. Comparing base (5c94171) to head (94a7cc9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #500      +/-   ##
==========================================
+ Coverage   28.61%   29.14%   +0.52%     
==========================================
  Files          78       79       +1     
  Lines       10218    10328     +110     
  Branches     1354     1379      +25     
==========================================
+ Hits         2924     3010      +86     
- Misses       7194     7210      +16     
- Partials      100      108       +8     

… return value of 'Path.exists()'
…hem in lists accordingly; tested the calls made by the 'tag_image' function as well
' are called correctly
…ext function
…rrect return code for mocked subprocess; fixed incorrect order to variables and the functions they are passed into
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant