Skip to content

Commit

Permalink
Merge pull request #356 from jsturtevant/update-kind
Browse files Browse the repository at this point in the history
chore: Use latest kind and k8s release
  • Loading branch information
Mossaka authored Oct 19, 2023
2 parents cb4ddc9 + 869b92e commit 828f1cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/k8s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.4

ARG KIND_VERSION=v0.17.0
ARG KIND_NODE_VERSION=v1.23.13
ARG KIND_VERSION=v0.20.0
ARG KIND_NODE_VERSION=v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
ARG RUNTIME=wasmtime

FROM scratch AS kind
Expand All @@ -15,8 +15,7 @@ RUN apt-get update -y && \
ADD dist/bin/* /usr/local/bin/

ARG RUNTIME
RUN sed -i 's,SystemdCgroup = true,,' /etc/containerd/config.toml && \
cat <<EOF >> /etc/containerd/config.toml
RUN cat <<EOF >> /etc/containerd/config.toml
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.wasm]
runtime_type = "io.containerd.${RUNTIME}.v1"
EOF

0 comments on commit 828f1cc

Please sign in to comment.