Skip to content

Devcontainer fails to start #476

@dreamoutbox

Description

@dreamoutbox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-adminType: Administrative/Deployment TaskenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions