Hi, I tried contributing to deadpool-redis using GitHub Codespaces, but the devcontainer fails to start.
The issue appears to come from redis-sentinel in docker-compose, where the referenced image tag no longer exists.
While looking into this, I also noticed the devcontainer build takes a long time because it installs cargo-release and cargo-outdated via cargo install. It might be better to move these to postCreateCommand to speed up image builds.
I also noticed that even small changes trigger a full Docker image rebuild. Adding a .dockerignore file might help avoid unnecessary rebuilds.
I’ll open a PR with fixes once I’ve cleaned this up.
Hi, I tried contributing to deadpool-redis using GitHub Codespaces, but the devcontainer fails to start.
The issue appears to come from
redis-sentinelindocker-compose, where the referenced image tag no longer exists.While looking into this, I also noticed the devcontainer build takes a long time because it installs
cargo-releaseandcargo-outdatedviacargo install. It might be better to move these topostCreateCommandto speed up image builds.I also noticed that even small changes trigger a full Docker image rebuild. Adding a
.dockerignorefile might help avoid unnecessary rebuilds.I’ll open a PR with fixes once I’ve cleaned this up.