-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
ContainerizationIssue relates with dev or production containerIssue relates with dev or production containerDevcontainerFixing or updating a feature in development containerFixing or updating a feature in development containerTerminal configRelates to terminal configurationRelates to terminal configurationbugSomething isn't workingSomething isn't working
Milestone
Description
After working on allowing pulling the Zsh terminal configuration from the host and having a fallback
I was testing the container through the docker in the terminal through:
docker build --no-cache -t elixir-update -f .devcontainer/Dockerfile .
docker run -it --rm elixir-updateTesting that way was working as expected, but I didn't during that time ensure that when I'd push the updated container image resulting from the PR (https://github.com/Elixir-journey/elixir-kickoff/pkgs/container/elixir-kickoff/323023919?tag=latest)
After configuring the theme for the container manually (bug listed here) we get this kind of feedback from the container's terminal:
But when opening the development container (without using the cache to ensure there no unexpected behaviour), this is the UX in the terminal.

Metadata
Metadata
Assignees
Labels
ContainerizationIssue relates with dev or production containerIssue relates with dev or production containerDevcontainerFixing or updating a feature in development containerFixing or updating a feature in development containerTerminal configRelates to terminal configurationRelates to terminal configurationbugSomething isn't workingSomething isn't working