openmeetings / openmeetings-docker

Docker image for OM
Apache License 2.0
110 stars 57 forks source link

Cant push docker image #20

Closed redoxate closed 4 years ago

redoxate commented 4 years ago

Hello, I'm trying to push the docker img, I logged in via my docker account : docker login --username medreda then docker tag apache/openmeetings:5.0.0-M3 medreda/apache/openmeetings:5.0.0-M3

docker push medreda/apache/openmeetings:5.0.0-M3

denied: requested access to the resource is denied

Thanks for your time

solomax commented 4 years ago

The answer is obvious: You don't have right to push to Apache repo Why are you trying to do it?

M3 is already pushed, and it is responsibility of Apache OpenMeetings devs ....

redoxate commented 4 years ago

Hello , sorry for the spam, I don't know if you saw my other message,

In order to run the docker image for the first time, just following the readMe,I did successfully :

docker build -t apache/openmeetings:5.0.0-M3 --build-arg BUILD_TYPE=full .

before docker run I have to :docker push apache/openmeetings:5.0.0-M3

Right ?

solomax commented 4 years ago

Already answered in JIRA