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
Hi, I wanted to ask if there's a way to override the compression method when building a dev container image using devcontainer up and NOT devcontainer build.
I checked the spec but it's not supporting this under the build property. But maybe I missed something.
I saw this is supported in the build command. But the build command in turn does not support --override-config which im using.
Also, when I try to use --output during build command I get: --output not supported
Thank you!
The text was updated successfully, but these errors were encountered:
sevetseh28
changed the title
Specify compression method (zstd) when building
Specify compression method (zstd) when building (during up command)
Feb 12, 2025
sevetseh28
changed the title
Specify compression method (zstd) when building (during up command)
Specify compression method (zstd) when building (during up command) from compose file
Feb 12, 2025
Hi, I wanted to ask if there's a way to override the compression method when building a dev container image using
devcontainer up
and NOTdevcontainer build
.I checked the spec but it's not supporting this under the
build
property. But maybe I missed something.I saw this is supported in the build command. But the build command in turn does not support
--override-config
which im using.Also, when I try to use --output during build command I get:
--output not supported
Thank you!
The text was updated successfully, but these errors were encountered: