grpc / grpc-docker-library

Contains dockerfiles for gRPC in different languages
Apache License 2.0
207 stars 83 forks source link

Image Tags Missing in Docker Hub #67

Open orthros opened 6 years ago

orthros commented 6 years ago

I'm not positive if this is the appropriate place to surface this, and if not please redirect me but I noticed that not all the images in this repository (specifically the python ones) are reflected in Docker Hub:

Tag Name Compressed Size Last Updated
0.11-onbuild 276 MB 6 days ago
0.10-onbuild 276 MB 6 days ago
latest 400 MB 6 days ago
1.0 400 MB 6 days ago
1.0-onbuild 400 MB 6 days ago
1.4 408 MB 6 days ago
1.4-onbuild 408 MB 6 days ago
1.13-onbuild 420 MB 2 months ago
1.13 420 MB 2 months ago
0.11 276 MB Unavailable
0.10 276 MB Unavailable

There should be tags for alpine and slim.

It says the build is automated, are there additional steps contributors can take to ensure they are in the available?

Thanks!

ahmetb commented 5 years ago

@mehrdada Ping, what do we need to do to get the images fixed? As far as I know, Docker Hub lets you build images from directory names. You can just convert directory names to image tags.

mehrdada commented 5 years ago

@ahmetb I actually don't know what the use case and the backstory of this repo. I maybe have built and uploaded a couple things manually. Assigning to @hsaliak to route it appropriately.

markmandel commented 5 years ago

I've got access to the Docker hub setup - pretty sure I've been the one keeping it up to date.

FYI 0.10 and 0.11 don't build anymore -- haven't for a while.

I can update it if people want to let me know what needs to be added.

corytu commented 5 years ago

Just got the same problem. I am using FROM grpc/python:1.4-slim at the beginning of my Dockerfile, and I get:

Sending build context to Docker daemon 313.9kB Step 1/9 : FROM grpc/python:1.4-slim manifest for grpc/python:1.4-slim not found

Updates: FROM grpc/python:1.15-slim has the same problem.

corytu commented 5 years ago

Hmm, so it seems like that users cannot build images from tags which are not on Docker Hub.

Sending build context to Docker daemon 88.98MB Step 1/9 : FROM grpc/python:1.15 manifest for grpc/python:1.15 not found

While 1.15.0/python actually exists. Is there any way that users can contribute to update the tags on Docker Hub?

yuanting0505 commented 5 years ago

Any follow ups for this issue? Really want to use grpc/python:1.15.