-
Notifications
You must be signed in to change notification settings - Fork 20
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
ENH: Print docker image used at beginning of aws-batch jobs #254
Comments
Actually I found the docker tag in the job description. But maybe there's still a use to have it in the logs. Also, it might be neat to have versions of the major commands we've installed in the logs as well: things like augur commit, biopython version etc. Something like |
FWIW, the default image is shown in the output of
The values shown there will be specific to each setup. Versions of the major first-party tools in our runtimes are reported by
For AWS Batch, granted, you have to know that it uses the same Docker image and thus will have the same versions. (The recent bug with amd64 vs. arm64 notwithstanding.) As for more general, broad debugging information, it maybe seems appropriate for unattended builds (such as those launched with |
I was trying to see why a bug happened in a recent monkeypox CI run. I couldn't reproduce locally using the latest docker-base image.
I couldn't figure out which docker image was used for the run on aws-batch. Would it be possible to print the docker image tag at the beginning of a run so it can be found in logs?
The text was updated successfully, but these errors were encountered: