Mike

Results 2 issues of Mike

As the title suggests there seems to be an issue with apk/wget when using alpine:3.13.0 and higher. I have a simple Dockerfile: ``` FROM alpine:3.15.0 ENV http_proxy http://igwng.m086:3128 ENV https_proxy...

**What steps did you take and what happened:** Installed Velero with the following steps: ``` velero install \ --image arti-dockerregistry.e-bk.m086/docker-build/velero/velero:v1.6.2 \ --provider aws \ --plugins arti-dockerregistry.e-bk.m086/docker-build/velero/velero-plugin-for-aws:v1.2.1 \ --bucket velero \...