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

ENH: Retain docker image from PRs #1685

Merged
merged 3 commits into from
Feb 29, 2024
Merged

ENH: Retain docker image from PRs #1685

merged 3 commits into from
Feb 29, 2024

Conversation

cookpa
Copy link
Member

@cookpa cookpa commented Feb 28, 2024

This will make it easier to quickly download and test PRs, using temporary Github artifacts that expire after 7 days.

This will make it easier to quickly download and test PRs, using temporary
Github artifacts that expire after 7 days.
Github will make a zip file anyway
@cookpa
Copy link
Member Author

cookpa commented Feb 29, 2024

Note Mac Finder "decompress archive" tries to be extra helpful by unpacking the tar file as well, use the CLI unzip to avoid this.

unzip ants_image.tar.zip
docker load -i ants_image.tar

@cookpa cookpa merged commit ffa9d89 into master Feb 29, 2024
1 check passed
@cookpa cookpa deleted the save_docker_artifact branch February 29, 2024 16:01
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.

None yet

1 participant