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
'push': {type: 'boolean',default: false,description: 'Push to a container registry.'},
513
+
'label': {type: 'string',description: 'Provide key and value configuration that adds metadata to an image'},
511
514
'output': {type: 'string',description: 'Overrides the default behavior to load built images into the local docker registry. Valid options are the same ones provided to the --output option of docker buildx build.'},
512
515
'additional-features': {type: 'string',description: 'Additional features to apply to the dev container (JSON as per "features" section in devcontainer.json)'},
513
516
'skip-feature-auto-mapping': {type: 'boolean',default: false,hidden: true,description: 'Temporary option for testing.'},
0 commit comments