-
### Feature id and version
ghcr.io/devcontainers-contrib/features/mkdocs:2
### Devcontainer base Image
mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04
### What happened?
The devcontainer…
agyss updated
1 month ago
-
**Note:** If we implement option 1 from https://github.com/coder/envbuilder/issues/211, we could punt this feature for the time being.
This feature is a pre-requisite for generating a computed `dev…
-
### Requested Feature
Hi,
My `devcontainer.json` is:
```json
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/shyim/devcontainers-features/php:0": {
…
-
### Steps to reproduce
```bash
rails new testapp --devcontainer --pretend
```
### Expected behavior
It should run through as it does when leaving out the `--pretend` flag.
### Root c…
-
Hi all, I've been debugging this for the better part of my morning and can't seem to figure it out. Because I'm not able to start the container I can't see the error itself that the logs are telling m…
-
If `Dockerfile` and `devcontainer.json` in `D:` drive on Windows (that is `D:\.devcontainer\Dockerfile` & `D:\.devcontainer\devcontainer.json`)
`D:\.devcontainer\Dockerfile`
```dockerfile
ARG V…
-
In our project we are building devcontainers with some packages from private registries preinstalled. We'd like to switch the installation process from dockerfiles to features, but we couldn't find an…
-
### Issue Description
I have been trying to document how to set up Visual Studio Code and Dev Containers to use Podman instead of Docker. However, there are some issues that I have run into that ar…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/LangChain documentation with the integ…
-
A basic multi-platform build workflow currently fails:
workflow.yml
```yml
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: …