containerd-shim-spin icon indicating copy to clipboard operation
containerd-shim-spin copied to clipboard

A ContainerD shim for running Spin Applications.

Results 53 containerd-shim-spin issues
Sort by recently updated
recently updated
newest added

closes https://github.com/spinkube/containerd-shim-spin/issues/111 This should be merged first and then ideally a release of the trigger cut: https://github.com/spinkube/spin-trigger-mqtt/pull/29 Adds an MQTT test which contains a deployment for an MQTT broker and...

This is a summary of a [thread](https://cloud-native.slack.com/archives/C06PC7JA1EE/p1721248525241369) from the #spinkube CNCF slack. Thank you @asteurer for discovering this issue! ## The issue Initial discovery: When running a CPU intensive spin...

bug

Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.64` |...

dependencies
rust

When I run a spin app that requires two application variables but only provide one, the app fails to start up but nothing about the Pod events explains why: ```sh...

Bumps [test-environment](https://github.com/fermyon/conformance-tests) from `db0ee32` to `18c1ad5`. Commits 18c1ad5 Merge pull request #30 from fermyon/revert-29-authority-equal-host 39afb66 Revert "Assert that the authority is equal to the host header" 7133a0b Merge pull request...

dependencies
rust

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @​crazy-max in docker/build-push-action#1120 Bump @​docker/actions-toolkit from 0.24.0 to 0.26.0...

dependencies
github_actions

Bumps [nix](https://github.com/nix-rust/nix) from 0.28.0 to 0.29.0. Changelog Sourced from nix's changelog. [0.29.0] - 2024-05-24 Added Add getregset()/setregset() for Linux/glibc/x86/x86_64/aarch64/riscv64 and getregs()/setregs() for Linux/glibc/aarch64/riscv64 (#2044) Add socket option Ipv6Ttl for apple...

dependencies
rust

The example apps in this repo are still published as stock Docker images: https://github.com/spinkube/containerd-shim-spin/blob/main/.github/workflows/docker-build-push.yaml We should publish as Spin apps via `spin registry push` directly, so that they can be...

TCP tests were added to the conformance tests, which caught a gap in the shim: it cannot successfully run Spin apps that use TCP. When running this [Spin app](https://github.com/kate-goldenring/conformance-tests/tree/tcp-app/components/tcp-sockets), requests...

I am trying to get containerd (through docker) to run wasm-files on my VisionFive 2 board which has a RISCV64 processor. Here are the platform details: ``` $ lsb_release -a...