Giter Site home page Giter Site logo

Comments (7)

mew2057 avatar mew2057 commented on May 30, 2024

Executing a docker pull the container used by molecule yields the same result:

$ docker pull --disable-content-trust  quay.io/operator-framework/ansible-operator:v0.11.0
Error response from daemon: Get https://quay.io/v2/: x509: certificate is valid for jdunham-rh72-k8s-scale-master.com, not quay.io

from ibm-spectrum-scale-csi.

mew2057 avatar mew2057 commented on May 30, 2024
docker version
Client:
 Version:           18.06.3-ce
 API version:       1.38
 Go version:        go1.10.4
 Git commit:        d7080c1
 Built:             Wed Feb 20 02:24:22 2019
 OS/Arch:           linux/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.3-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       d7080c1
  Built:            Wed Feb 20 02:25:33 2019
  OS/Arch:          linux/amd64
  Experimental:     false

from ibm-spectrum-scale-csi.

mew2057 avatar mew2057 commented on May 30, 2024

Not just quay.io:

docker pull registry.access.redhat.com/ubi8/ubi:latest
Error response from daemon: Get https://registry.access.redhat.com/v2/: x509: certificate is valid for jdunham-rh72-k8s-scale-master.com, not registry.access.redhat.com

from ibm-spectrum-scale-csi.

mew2057 avatar mew2057 commented on May 30, 2024

Tried cloning in my /etc/docker/certs.d and it didn't change anything.

from ibm-spectrum-scale-csi.

mew2057 avatar mew2057 commented on May 30, 2024

Digging deeper I think that in a cluster based kubernetes install the test-local directive might have problems.

from ibm-spectrum-scale-csi.

mew2057 avatar mew2057 commented on May 30, 2024

Trying to force things and it gets interesting:

export REPO="$(hostname -f):5000/"
docker pull quay.io/operator-framework/ansible-operator:v0.11.0
docker tag quay.io/operator-framework/ansible-operator:v0.11.0  ${REPO}ansible-operator:v0.11.0
docker push ${REPO}ansible-operator:v0.11.0

Then in Dockerfile:

FROM ${REPO}ansible-operator:v0.11.0

Response:

Get https://jdunham-rh72-k8s-scale-master.com:5000/v2/: x509: certificate signed by unknown authority

Smells super like a docker ssl issue.

from ibm-spectrum-scale-csi.

deeghuge avatar deeghuge commented on May 30, 2024

Unit tests for new go operator is in plan which will take care of such scenarios freshly.

from ibm-spectrum-scale-csi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.