pharos-cluster icon indicating copy to clipboard operation
pharos-cluster copied to clipboard

Pharos docker registry timeout (504)

Open jakubknejzlik opened this issue 4 years ago • 13 comments

What happened:

registry.pharos.sh report timeout with status code 504 and docker cannot pull pharos images.

What you expected to happen:

200 status code and successful docker pull.

How to reproduce it (as minimally and precisely as possible):

docker pull registry.pharos.sh/kontenapharos/kube-proxy:v1.14.9

Anything else we need to know?:

Environment:

$ docker version
Client: Docker Engine - Community
 Version:           19.03.5
 API version:       1.40
 Go version:        go1.12.12```

jakubknejzlik avatar Feb 10 '20 12:02 jakubknejzlik

registry has been shut down

matti avatar Feb 10 '20 21:02 matti

@madddi on purpose?

jakubknejzlik avatar Feb 10 '20 23:02 jakubknejzlik

jes @jacub, the company shut down

matti avatar Feb 11 '20 07:02 matti

Ah, that's sad news. Would be nice to be informed ahead on some official channel.

Anyway, I'll keep this open as this affects all users interacting with pharos-cluster tool and basically disables the usage of the whole solution (initialization of new cluster and managing the running clusters).

jakubknejzlik avatar Feb 11 '20 11:02 jakubknejzlik

well they did publish a blogpost etc almost two months ago

matti avatar Feb 11 '20 15:02 matti

Kontena is completely shut down. They announced it on their slack channel and website which is shut down now. Unfortunately there isn't any info on github.

shinebayar-g avatar Feb 19 '20 04:02 shinebayar-g

can't we get the image source code and just push them to another repository?

0x4139 avatar Apr 02 '20 07:04 0x4139

That won't work. Because pharos cluster is integrated with their services. Authentication etc..

shinebayar-g avatar Apr 02 '20 23:04 shinebayar-g

@shinebayar-g AFAIK kontena's services are not mandatory for OSS version. We had problems only with downtime of pharos registry.

jakubknejzlik avatar Apr 03 '20 04:04 jakubknejzlik

if anyone has an kontena version up and running we could extract the tar archives and push them to a new registry

0x4139 avatar Apr 03 '20 07:04 0x4139

All the images are available under docker.io/kontenapharos.

jakolehm avatar Apr 03 '20 07:04 jakolehm

@jakolehm thank you, do you think they can be open sourced the ones used in pharos? So we can update them as time goes by?

0x4139 avatar Apr 03 '20 07:04 0x4139

There is very little to open source.. most of the stuff is built from upstream sources. Basically most were a build pipeline configs which were used to bake multi-arch images (because upstream was not always providing those).

Pharos 3.x (which is pure OSS) has switched to use upstream repos so this should not be a problem anymore.

jakolehm avatar Apr 03 '20 07:04 jakolehm