rundeck / docker-zoo

196 stars 82 forks source link

Can't dowload rundeck image #23

Closed zealouspatcat closed 3 years ago

zealouspatcat commented 3 years ago

Hello,

I've been trying to download the official rundeck image but no matter the version I keep getting a 503 service unavailable. See below what is entered and returned:

  $ docker run --name some-rundeck -p 4440:4440 -v data:/home/rundeck/server/data rundeck/rundeck:3.3.9
  Unable to find image 'rundeck/rundeck:3.3.9' locally
  3.3.9: Pulling from rundeck/rundeck
  23884877105a: Pull complete
  bc38caa0f5b9: Pull complete
  2910811b6c42: Pull complete
  36505266dcc6: Pull complete
  de18e8fd681b: Pull complete
  02fe389e8d8b: Pull complete
  76bf84b9319b: Pull complete
  9c695db66941: Pull complete
  18d38d95b463: Downloading
  a2afeb86804c: Download complete
  c5f298c95ae2: Download complete
  193aee228912: Download complete
  8a349fa18e80: Download complete
  6db46b413c55: Download complete
  docker: received unexpected HTTP status: 503 Service Unavailable.
  See 'docker run --help'.

Is anyone else having problems downloading, is there another way I should do this?

In the interim I opted to download an image from this repo (which I didn't have a problem doing), but I have been getting from reverse proxy errors (see here), that -to some- sound like they are because it's not the official image.