Claudiu Belu
Claudiu Belu
## Feature Request ### Description of Problem: Docker images can be retagged, or used as a base for custom images. When doing so, it is not as straight-forward to determine...
This action will be triggered whenever a change is detected in the releases/ folder. If there is a new release that was not yet published on charmhub, it will upload...
Trying to use this ``nc.exe`` on a Windows Server 2019 node yields the following output: wget https://github.com/diegocr/netcat/raw/master/nc.exe -OutFile nc.exe .\nc.exe --help Program 'nc.exe' failed to run: Operation did not complete...
### Description Docker images can be retagged. When doing so, it is not as straight-forward to determine the version of Waltz installed in the container. Similarly, this happens when uploading...
### Description In the dump and restore guide [1], it is suggesting to create plain dump.sql dumps, and even the sample SQL dump provided is a plain dump.sql dump. There...
Some Windows tests require different e2e test images, and the repos they're fetched from can be configured by setting the ``KUBE_TEST_REPO_LIST`` env var before running the tests. Some jobs have...
**What happened**: The tests ``[sig-storage] In-tree Volumes [Driver: windows-gcepd]`` are failing in GCE for master and Kubernetes 1.23. However, they pass for Kubernetes 1.22. These tests are permanently failing. The...
busybox's env behaves differently, depending on how it is called: busybox.exe env # env variable names casing is preserved. or busybox.exe sh -c "env" # env variable names are uppercased....
Building Busybox with the default options enabled works just fine, but when enabling some extra option (nc related), the following errors occur: when enabling Netcat 1.10 compatibility (+2.5k): libbb/udp_io.c: In...