Skip to content

Does the "platform" key mean anything? #145

Description

@jcbhmr

unsure if this is the right spot to ask

https://github.com/devcontainers/templates/blob/main/src/java/devcontainer-template.json#L37
image

I see that sometimes it's "Any", and sometimes it's a tool or library, and sometimes it's a programming language?

All that's said in the docs is:
image

Basically, what I'm getting at is: do these keywords do anything in this example devcontainer-template.json file?

{
	"id": "jupyter-datascience-notebooks",
	"version": "1.0.0",
	"name": "Jupyter Data Science Notebooks",
	"description": "Use Jupyter Data Science Notebooks with Python, R, Julia, and more.",
	"documentationURL": "https://github.com/devcontainers-community/templates/tree/main/src/jupyter-datascience-notebooks",
	"publisher": "Community",
	"licenseURL": "https://github.com/devcontainers-community/templates/blob/main/LICENSE",
	"options": {
		"baseVariant": {
			"type": "string",
			"description": "Base image. Check the documentation for details.",
			"default": "datascience-notebook",
			"proposals": [
				"base-notebook",
				"minimal-notebook",
				"r-notebook",
				"scipy-notebook",
				"tensorflow-notebook",
				"datascience-notebook",
				"pyspark-notebook",
				"all-spark-notebook"
			]
		},
		"imageVariant": {
			"type": "string",
			"description": "Image version (tag).",
			"default": "latest",
			"proposals": ["latest"]
		}
	},
	"platforms": [
		"Python",
		"R",
		"Julia",
		"numpy",
		"pandas",
		"tidyverse",
		"much more"
	]
}

especially that "much more" 😆

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions