From a9f474fe7b018412da7a1e5d1d62c3d2e5b7db93 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 17 Jun 2022 13:39:09 +0200 Subject: [PATCH] update devcontainer manually --- .devcontainer/devcontainer.json | 2 +- .github/workflows/catalog-test.yaml | 2 +- .github/workflows/charts-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 26e47d46cfc..7aac7e76eed 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.154.0/containers/ruby { "name": "Ruby", - "image": "tccr.io/truecharts/devcontainer:v2.2.1" + "image": "ghcr.io/truecharts/devcontainer:v2.3.0@sha256:a163ad40427cd75a31a0365afb832f97e512d420429ed091b90b18a034526264" // Set *default* container specific settings.json values on container create. "settings": { diff --git a/.github/workflows/catalog-test.yaml b/.github/workflows/catalog-test.yaml index 650eadb499f..94e274fbaa8 100644 --- a/.github/workflows/catalog-test.yaml +++ b/.github/workflows/catalog-test.yaml @@ -15,7 +15,7 @@ jobs: name: Test SCALE Catalog runs-on: ubuntu-latest container: - image: ghcr.io/truecharts/devcontainer:v2.2.1@sha256:4ace13c049bf00f85c63e0070f86b71656a7c3b2113aa3e21c3107f3d1f7bf87 + image: ghcr.io/truecharts/devcontainer:v2.3.0@sha256:a163ad40427cd75a31a0365afb832f97e512d420429ed091b90b18a034526264 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 name: Checkout diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 90b89a27cbf..553ac6de2ca 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -14,7 +14,7 @@ jobs: release: runs-on: ubuntu-latest container: - image: ghcr.io/truecharts/devcontainer:v2.2.1@sha256:4ace13c049bf00f85c63e0070f86b71656a7c3b2113aa3e21c3107f3d1f7bf87 + image: ghcr.io/truecharts/devcontainer:v2.3.0@sha256:a163ad40427cd75a31a0365afb832f97e512d420429ed091b90b18a034526264 concurrency: gitpush steps: - name: Install Kubernetes tools