-
### Affected project(s)
- [ ] documentation
- [ ] examples
- [ ] wasmCloud host
- [X] wasmCloud CLI (wash)
- [ ] wasmCloud dashboard UI (washboard)
- [ ] capability providers
- [ ] provider bindgen
-…
-
## Issue
When `docker-image-not-found` attempts to test an image that has been published with `imageType` using `oci`, it fails with an error message:
> RestError [InvalidContentError]: unsupporte…
-
Hi,
I have a buildah container image (quay.io/buildah/stable:latest) running with default setting as a "BUILDAH_ISOLATION = chroot" in Kubernetes. However, I am wondering is this really required to …
-
### Describe the bug
`crane export` "image" argument is different from `crane push`.
I'm using rules_oci to generate images. I want to list the contents of the output of a `oci_image` target. Th…
-
**Describe the bug**
Trying to monitor some ghcr.io images end up with the message
```
WARNING: immich-app/immich, ghcr.io/immich-app/immich-server:v1.118.1 - {"errors":[{"code":"MANIFEST_UNKNOWN",…
-
## Problem
Some OCI image fields can be set by a Dockerfike but are not supported by the Dagger API. For example, `healthcheck`.
## Solution
Add missing functions to the `Container` type to r…
-
### Describe the bug
We use [rules_oci](https://github.com/bazel-contrib/rules_oci) Bazel rules to build an OCI image. [oci_image](https://github.com/bazel-contrib/rules_oci/blob/main/docs/image.md…
-
### Is your feature request related to a problem?
I use a git repository to manage the policies that I want to apply to a Kubernetes cluster, including the name of the policy and its version. I use R…
-
## Describe the Feature You Want
When running builds/runs with Bazel it is efficient to define targets that build and push multiple images in one go rather than having to orchestrate multiple Bazel r…
-
the bzlmod `pull` extension doe not currently authenticate properly with remote repository. I believe the headers are set incorrectly as you will get a 401 Unauthorized when attempting to pull from a …