-
Following the great work in https://github.com/nodejs/security-wg/issues/828 I think the next step is to audit any build steps related to dependencies and tools used in those build steps from a repeat…
-
Hi, I'm trying your approach but facing below issue at step **maven-build** of task **maven-ace-build** (tekton pipeline, ocp 4.6). Any idea what may be missing from your script and how to resolve it …
ddsat updated
3 years ago
-
Original Issue: apache/pulsar#9922
---
#### Expected behavior
I would like to use the schema registry for my c++ consumers/producers with protobuf schemas.
There are examples/test for AVRO and …
sijie updated
2 years ago
-
We are currently using the Docker plugin to run builds Docker images on a remote server.
Previously, we have been hosting our Docker images on a private Artifactory repository.
Recently, we move…
-
I have a relatively straightforward Earthfile, and am using Earthly 0.6.27. I would need to redact in order to share here, but I'm not sure if it's relevant:
Running `earthly +build` spits out the …
-
Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use:
- http://webchat.freenode.net/?channels=ansible-a…
-
I'm trying to fully script a minikube start command so I can share it between developers.
I want to use metallb addon introduced recently, which requires LoadBalancer Start and End IPs (I can const…
-
A basic multi-platform build workflow currently fails:
workflow.yml
```yml
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: …
-
### What happened?
Deployed with:
```
helm upgrade --install redpanda redpanda --repo https://charts.redpanda.com -n redpanda --wait --timeout 2h --create-namespace --set tls.enabled=false --set …
-
### Kyverno Version
1.12.5
### Kubernetes Version
1.30.x
### Kubernetes Platform
AKS
### Kyverno Rule Type
Validate
### Description
When a policy needs the metadata of an image, like [the one…