JetBrains / teamcity-docker-server

TeamCity server docker image sources
https://hub.docker.com/r/jetbrains/teamcity-server/
Apache License 2.0
72 stars 52 forks source link

Can't pull jetbrains/teamcity-base #10

Closed jeandet closed 7 years ago

jeandet commented 7 years ago

I want to modify a bit the image to integrate pgsql driver and add mercurial(missing in last image), but pulling base image give me this:

Using default tag: latest
Trying to pull repository docker.io/jetbrains/teamcity-base ... 
unauthorized: authentication required
jeandet commented 7 years ago

Ok, I just saw the closed issue #8. I made my own image here, it seems that a raw fedora with openJDK is enough, I didn't test that much but it seems to work. The readme is really misleading, since we assume that we can build our own image from this repo.

VladRassokhin commented 7 years ago

Sorry for inconvenience, we are using ubuntu:xenial as a base with curl and unzip installed. Then we adding latest Oracle JDK 8, but you may add OpenJDK 8.

dtretyakov commented 7 years ago

@jeandet, thanks for reporting it. Instruction was updated: https://github.com/JetBrains/teamcity-docker-server/