{ "id": "bpipe-sdkman", "version": "2.0.16", "name": "Bpipe (via SDKMAN)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/bpipe-sdkman", "description": "Bpipe is a framework for running computational pipelines and workflows", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" }, "jdkVersion": { "default": "latest", "description": "Select or enter a JDK version to install.", "proposals": [ "latest", "none", "17", "11", "8" ], "type": "string" }, "jdkDistro": { "default": "ms", "description": "Select or enter a JDK distribution to install", "proposals": [ "ms", "open", "oracle", "tem" ], "type": "string" } }, "installsAfter": [ "ghcr.io/ebaskoro/devcontainer-features/sdkman", "ghcr.io/devcontainers/features/java" ] }