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

Fix Docker Image Failing to Sync #62

Merged
merged 3 commits into from
Apr 2, 2022
Merged

Conversation

JamesMConroy
Copy link
Contributor

The current panamax docker image if failing to sync most crates, because it is missing git.
This MR adds git to the dockerfile to fix this.

Resolves #51

Also updated the readme which should resolve #61

This is needed for the docker image to sync and serve packages
correctly. Without it panamax will not download most of the crates and
will throw 500 errors.
Since the image's state is mounted into the container setting the
container to auto delete when it's process exits helps cut down on the
number of stopped images.
See issue panamax-rs#61

panamax-rs#61

The command `cargo install panamax` fails because it doesn't default to
using locked files.
@k3d3 k3d3 merged commit 368469c into panamax-rs:master Apr 2, 2022
@k3d3
Copy link
Member

k3d3 commented Apr 2, 2022

Looks good to me, thank you!

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.

cargo install panamax has a compilation error Docker container - panamax serve broken
2 participants