-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
make operator-developer-e2e
builds and pushes images into local registry. Unfortunately it fails with podman
when it is being used as a replacement for docker
.
pinging container registry localhost:5001: Get "https://localhost:5001/v2/": http: server gave HTTP response to HTTPS client
This can be bypassed by setting --tls-verify
to false
in podman push
. However, It looks like docker CLI doens't have this option.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.