Skip to content

Commit

Permalink
Merge pull request #565 from monostream/update/vscode
Browse files Browse the repository at this point in the history
Update dependencies for update/vscode
  • Loading branch information
marcelhintermann authored Nov 4, 2024
2 parents 3e52d03 + 5e8f7e5 commit 2ae4e51
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/vscode/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ ENV DOCKER_CLIENT_VERSION="27.3.1"
RUN curl -fsSL -o - https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_CLIENT_VERSION}.tgz | tar -zxf - --strip=1 -C /usr/local/bin/ docker/docker

# Docker Buildx Plugin
ENV DOCKER_BUILDX_VERSION="v0.17.1"
ENV DOCKER_BUILDX_VERSION="v0.18.0"
RUN mkdir -p /usr/libexec/docker/cli-plugins && curl -fsSL "https://github.com/docker/buildx/releases/download/${DOCKER_BUILDX_VERSION}/buildx-${DOCKER_BUILDX_VERSION}.linux-amd64" -o /usr/libexec/docker/cli-plugins/docker-buildx && chmod +x /usr/libexec/docker/cli-plugins/docker-buildx

# Docker-in-Docker daemon socket
RUN mkdir -p /var/run/dind && touch /var/run/dind/docker.sock && ln -s /var/run/dind/docker.sock /run/docker.sock

# Kubernetes CLI
ENV KUBECTL_VERSION="v1.31.1"
ENV KUBECTL_VERSION="v1.31.2"
RUN curl -fsSL "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl

# Helm CLI
Expand Down
12 changes: 12 additions & 0 deletions charts/vscode/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
#

Published on 31 October 2024

- Docker Buildx from v0.17.1 to v0.18.0

#

Published on 23 October 2024

- Kubernetes CLI from v1.31.1 to v1.31.2

#

Published on 10 October 2024

- Helm CLI from v3.16.1 to v3.16.2
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"provider": "github-tags",
"name": "Docker Buildx",
"repo": "docker/buildx",
"currentTag": "v0.17.1",
"currentTag": "v0.18.0",
"allowPrerelease": false,
"envVar": "DOCKER_BUILDX_VERSION"
},
{
"provider": "github-tags",
"name": "Kubernetes CLI",
"repo": "kubernetes/kubernetes",
"currentTag": "v1.31.1",
"currentTag": "v1.31.2",
"allowPrerelease": false,
"envVar": "KUBECTL_VERSION"
},
Expand Down

0 comments on commit 2ae4e51

Please sign in to comment.