You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing devcontainers/ci for my builds currently.
The plan is:
build base (Python slim, low size, no ZSH)
build dev (from base with ZSH, d-in-d, etc.)
When base is pre-build with "installZsh": false and "installOhMyZsh": false,
building dev with both parameters set to true will result in no ZSH installed.
Same if I'm trying to build dev locally from pre-build base.
Thanks for opening the issue, I wasn't able to reproduce the issue.
I tested the common-utils Feature on top of a simple python image ; the Feature seems to have installed zsh and oh-my-zsh fine, see 👇
When base is pre-build with "installZsh": false and "installOhMyZsh": false,
However, the only difference is that I am not using a base image with ^ config. @ankudinov Would it be possible for you to provide a sample repro (ie dev container) for testing? Thanks!
I'm testing devcontainers/ci for my builds currently.
The plan is:
When base is pre-build with "installZsh": false and "installOhMyZsh": false,
building dev with both parameters set to true will result in no ZSH installed.
Same if I'm trying to build dev locally from pre-build base.
Here is the marker file for the base container:
I can see the following log for the dev build:
I don't see any attempt to run following code in the logs:
features/src/common-utils/main.sh
Lines 123 to 126 in 9e75db9
The text was updated successfully, but these errors were encountered: