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 support to show Kepler images info in CI #1359

Open
vprashar2929 opened this issue Apr 17, 2024 · 1 comment
Open

Add support to show Kepler images info in CI #1359

vprashar2929 opened this issue Apr 17, 2024 · 1 comment
Labels
kind/feature New feature or request

Comments

@vprashar2929
Copy link
Contributor

What would you like to be added?

A way to see what docker images are being built and pushed and what is it's size. Other relevant info related to the image would also be nice to add.
Something like this would be sufficient:

❯ docker images quay.io/sustainable_computing_io/kepler:latest-dcgm --format "table {{.Repository}}\t{{.Tag}}\t{{.ID}}\t{{.CreatedAt}}\t{{.Size}}"
REPOSITORY                                TAG           IMAGE ID       CREATED AT                      SIZE
quay.io/sustainable_computing_io/kepler   latest-dcgm   84a1b7f837a0   2024-04-17 12:22:46 +0530 IST   1.88GB
```its

### Why is this needed?

Currently, when the image workflow is triggered we can't see what size of the image is getting built and pushed. It would be nice to at least have this info present which will be very useful in debugging situations. 
@vprashar2929 vprashar2929 added the kind/feature New feature or request label Apr 17, 2024
@vprashar2929
Copy link
Contributor Author

We are using Docker Buildx and build-push-action to build and push images from CI there is an issue currently(Only if building multi-arch images) with using --load or -o type=docker which allows the docker images built using action to be available on the host so that commands like docker images foo:bar can be triggered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant