Sha256: 3f02ea2e2e3fe531a7e6b7816a20d2244b12dd39e33368e08b8920b2bfb4f7a7

Contents?: true

Size: 952 Bytes

Versions: 4

Compression:

Stored size: 952 Bytes

Contents

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/ruby
{
	"name": "nuva-ruby",
	// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
	"image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bullseye",
	"features": {
		"ghcr.io/devcontainers/features/common-utils:2": {}
	}

	// Features to add to the dev container. More info: https://containers.dev/features.
	// "features": {},

	// Use 'forwardPorts' to make a list of ports inside the container available locally.
	// "forwardPorts": [],

	// Use 'postCreateCommand' to run commands after the container is created.
	// "postCreateCommand": "ruby --version",

	// Configure tool-specific properties.
	// "customizations": {},

	// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
	// "remoteUser": "root"
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nuva-0.3.1 .devcontainer/devcontainer.json
nuva-0.3.0 .devcontainer/devcontainer.json
nuva-0.2.1 .devcontainer/devcontainer.json
nuva-0.2.0 .devcontainer/devcontainer.json