Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Image Tags Missing in Docker Hub #67

Open
orthros opened this issue Oct 8, 2018 · 6 comments
Open

Image Tags Missing in Docker Hub #67

orthros opened this issue Oct 8, 2018 · 6 comments

Comments

@orthros
Copy link
Contributor

orthros commented Oct 8, 2018

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!

@orthros orthros changed the title Dockerfiles Missing in Docker Hub Images Missing in Docker Hub Oct 8, 2018
@orthros orthros changed the title Images Missing in Docker Hub Image Tags Missing in Docker Hub Oct 8, 2018
@ahmetb
Copy link

ahmetb commented Oct 18, 2018

@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
Copy link
Member

@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.

@mehrdada mehrdada assigned hsaliak and unassigned mehrdada Oct 18, 2018
@markmandel
Copy link
Contributor

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
Copy link

corytu commented Dec 17, 2018

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
Copy link

corytu commented Dec 25, 2018

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants