thesteve0 / v3simplebottle

0 stars 72 forks source link

CERT issue to build the "combine the code with the Docker Images on OpenShift" #2

Open sunatthegilddotcom opened 8 years ago

sunatthegilddotcom commented 8 years ago

CERT issue to build the "combine the code with the Docker Images on OpenShift"

  1. [root@origin ~]# oc version oc v1.1.2 kubernetes v1.2.0-alpha.4-851-g4a65fa1

  2. Got a cert error oc logs build/v3simplebottle-1 W0217 12:10:41.999193 1 builder.go:55] Master version "v1.1.2" does not match Builder image version "v1.1.2-266-gbeaa0ab" I0217 12:10:42.018407 1 source.go:197] Downloading "https://github.com/sunatthegilddotcom/v3simplebottle.git" ... F0217 12:10:42.477784 1 builder.go:204] Error: build error: fatal: unable to access 'https://github.com/sunatthegilddotcom/v3simplebottle.git/': Peer's certificate issuer has been marked as not trusted by the user.
  3. Git clone is successful $ git clone https://github.com/sunatthegilddotcom/v3simplebottle.git Cloning into 'v3simplebottle'... remote: Counting objects: 22, done. remote: Total 22 (delta 0), reused 0 (delta 0), pack-reused 22 Unpacking objects: 100% (22/22), done. Checking connectivity... done.
thesteve0 commented 8 years ago

interesting. Can you please also show me the command you used to create your build or post the YAML for your build config here.

On Wed, Feb 17, 2016 at 3:13 PM, sunatthegilddotcom < notifications@github.com> wrote:

CERT issue to build the "combine the code with the Docker Images on OpenShift" 1. [root@origin ~]# oc version oc v1.1.2 kubernetes v1.2.0-alpha.4-851-g4a65fa1

1.

Got a cert error oc logs build/v3simplebottle-1 W0217 12:10:41.999193 1 builder.go:55] Master version "v1.1.2" does not match Builder image version "v1.1.2-266-gbeaa0ab" I0217 12:10:42.018407 1 source.go:197] Downloading " https://github.com/sunatthegilddotcom/v3simplebottle.git" ... F0217 12:10:42.477784 1 builder.go:204] Error: build error: fatal: unable to access ' https://github.com/sunatthegilddotcom/v3simplebottle.git/': Peer's certificate issuer has been marked as not trusted by the user. 2.

Git clone is successful $ git clone https://github.com/sunatthegilddotcom/v3simplebottle.git Cloning into 'v3simplebottle'... remote: Counting objects: 22, done. remote: Total 22 (delta 0), reused 0 (delta 0), pack-reused 22 Unpacking objects: 100% (22/22), done. Checking connectivity... done.

— Reply to this email directly or view it on GitHub https://github.com/thesteve0/v3simplebottle/issues/2.