minishift-centos-iso icon indicating copy to clipboard operation
minishift-centos-iso copied to clipboard

CentOS based ISO as an alternative for boot2docker ISO

Results 17 minishift-centos-iso issues
Sort by recently updated
recently updated
newest added

Hi, The docker version included with the latest release (v1.17.0) of Minishift Centos iso is old. It is 1.13.1. I would request that a new ISO with latest Docker be...

Somewhat related to other CA issues, it looks like there is also a problem with the docker.io cert: > Get https://registry-1.docker.io/v2/: x509: certificate signed by unknown authority It looks like...

needed by openshift-ansible

Currently because of the livecd rootfs the host keys are lost. After a restart the host gets new keys. This causes problems with e.g. ssh which stores the public keys...

### General information A copy of https://github.com/kubernetes/minikube/issues/2553 * Minishift version: Latest * OS: Linux * Hypervisor: KVM ### Steps to reproduce 1. Run KubeVirt inside of minishift ### Expected VMs...

kind/feature
priority/major

Since now podman, buildah and cri-o are pretty mature projects in container space, we should add those so the user can try them separately if they want to. This will...

If you try to use `image: 'docker-registry.default.svc:5000/mynamespace/myimage'` in a pod spec, you'll get errors such as: ``` Failed to pull image "docker-registry.default.svc:5000/mynamespace/myimage": rpc error: code = 2 desc = Get...

Currently we have something like: ``` cat > cert-gen.sh.base64 cert-gen.sh ``` This could be further reduced to ``` ${cert_gen} chmod +x cert-gen.sh mv cert-gen.sh /opt ``` where the boilerplate code...

kind/task
priority/minor