yellowhat
yellowhat
Adding another field would be great. Thanks
Hi, `1.25` is available only on fedora 36: ```console $ podman run -it --rm fedora:36 # dnf module list | grep cri-o cri-o 1.20 default [d] Kubernetes Container Runtime Interface...
As `cri-o` 1.26 is available may I ask to submit ti for fedora 37: ```console $ podman run -it --rm fedora:37 # dnf module list | grep cri-o cri-o 1.20...
Thanl you very much
Hi, I can see that (cri-o-1.26.1)[https://koji.fedoraproject.org/koji/buildinfo?buildID=2109922] has been build but it is not available neither on 37 nor 38 as module.
1.26.1 is available on fedora 38 but not as module: ```bash # dnf install cri-o ... Installing: cri-o x86_64 1.26.1-0.fc38 rawhide ... # dnf module list | grep cri-o cri-o...
Hi, I am not on the cloud (aws/gcp/...) but a self-hosted kubernetes. Is it a different "timeout" to set? Thanks
Hi, we are getting the same error: ```console Error when checking App Developer TOS for xxx. This is expected if authenticated via a service account: FirebaseError: HTTP Error: 403, Firebase...
My workaround is to store the state as a gitlab package: * `.gitlab-ci.yml` ```yaml stages: - infra infra: stage: build image: docker.io/python:3.12.3-slim variables: PULUMI_CONFIG_PASSPHRASE: foo # Should be an env...
Same for me, the github action: ```yaml terrascan: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: tenable/terrascan-action@main with: skip_rules: "AC_DOCKER_0020,AC_DOCKER_0041" verbose: true ``` The log: ``` ... Executing terrascan as...