WIP: A Composition function that wraps an OCI container
Go to file
Philippe Scorsolini 3d2dcd121f
Merge pull request #49 from crossplane/renovate/go-google.golang.org/grpc-vulnerability
Update module google.golang.org/grpc to v1.58.3 [SECURITY]
2023-11-13 16:55:54 +01:00
.github Update dependency golang to v1.21.2 2023-10-05 21:42:43 +00:00
build@bd5297bd16 Moving XFN as is, just renamed and added ci/scripts 2023-08-17 11:10:29 +02:00
cluster/images/function-runtime-oci Update debian:bookworm-slim Docker digest to 24c92a6 2023-09-25 01:59:37 +00:00
cmd/function-runtime-oci refactor: rename function-runtime-oci package to container 2023-08-18 09:46:45 +02:00
internal chore: bump all deps 2023-08-18 09:58:05 +02:00
.gitignore Moving XFN as is, just renamed and added ci/scripts 2023-08-17 11:10:29 +02:00
.gitmodules Moving XFN as is, just renamed and added ci/scripts 2023-08-17 11:10:29 +02:00
.golangci.yml Moving XFN as is, just renamed and added ci/scripts 2023-08-17 11:10:29 +02:00
LICENSE Initial commit 2023-08-10 14:56:32 -07:00
Makefile Update dependency golangci/golangci-lint to v1.54.2 2023-08-21 12:12:33 +00:00
README.md Mark this as a WIP 2023-11-02 10:47:57 -07:00
go.mod Update module google.golang.org/grpc to v1.58.3 [SECURITY] 2023-11-13 15:55:35 +00:00
go.sum Update module google.golang.org/grpc to v1.58.3 [SECURITY] 2023-11-13 15:55:35 +00:00

README.md

function-runtime-oci

A Composition Function runtime that wraps an OCI container

This is a work in progress. It is not yet functional.