Chuck Lantz

Results 32 issues of Chuck Lantz

The following are release dates and EOL / end of support dates for languages / OS's with pre-built images. After runtime or OS support for a given image has ended,...

build-system
notice

Supposedly recent versions of docker only require `--cap-add=SYS_PTRACE` to enable ptrace-based debuggers used in definitions like Go, Rust, and C++. Being able to remove `--security-opt seccomp=unconfined` would improve security for...

go
rust
cpp

The go script does not properly handle a scenario where a version number for a Go release does not include a breakfix version number - e.g. the release here is...

bug
go
script-library

The containers in this repository do not make a strong stance on how dev containers should be used for container based applications because we want to: - Keep them easy...

docs

This is an extension bug caused by the upstream issue https://github.com/devcontainers/cli/issues/91

bug
containers

Currently dev container definitions available in the drop down **Remote-Containers: Create Container Configuration File...** and **Open/Reopen Folder in Container** if no devcontainer.jso is present are updated when the extension is...

containers
feature-request

It would be great to have a sha256sum or a signature to use to verify the binary when downloaded.

The dev container CLI will soon support a platform argument, and https://github.com/devcontainers/cli/pull/61 introduces the ability to do multiple tags. The challenge here is when you do a multiple architecture build,...

In my case, I am using this action to pre-build an image I then use in codespaces and remote - containers. I do this on a periodic basis for security,...

Version: 1.59.0-insider Commit: e8a59bc6f920e731b47f0bc72263e82aba8b796e Date: 2021-07-22T05:13:00.851Z Electron: 13.1.7 Chrome: 91.0.4472.124 Node.js: 14.16.0 V8: 9.1.269.36-electron.0 OS: Darwin x64 20.5.0 Steps to Reproduce: 1. On macOS, verify your local docker file share...

bug
containers
plan-review