Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
{
"name": "Pelican Prod Environment",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
"onCreateCommand": "helm plugin install https://github.com/databus23/helm-diff --version=3.9.6 && helm plugin install https://github.com/aslafy-z/helm-git --version 1.3.0",
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1.4.5": {
"version": "20.10",
"ghcr.io/devcontainers/features/docker-outside-of-docker:1.6.3": {
"version": "28.3.3",
"enableNonRootDocker": "true",
"moby": "true"
},
Expand All @@ -23,8 +23,8 @@
"ghcr.io/mpriscella/features/kind:1.0.1": {
"version": "v0.29.0"
},
"ghcr.io/schlich/devcontainer-features/helmfile:1.0.0": {
"version": "v1.1.3"
"ghcr.io/devcontainers-extra/features/helmfile:1": {
"version": "v0.164.0"
},
// to be able to edit yaml files in bash scripts conviniently using yq
"ghcr.io/eitsupi/devcontainer-features/jq-likes:2.1.1": {
Expand Down