dockerfileview icon indicating copy to clipboard operation
dockerfileview copied to clipboard

It seems that it doesn't work anymore

Open Tommy-42 opened this issue 7 years ago • 5 comments

Hey, I wanted to find some dockerfile. Then I found your tool, but saddly it seems that it no longer works :(

✗ docker run remore/dockerfileview dockerfileview ubuntu:14.04
Unable to find image 'remore/dockerfileview:latest' locally
latest: Pulling from remore/dockerfileview
4d2e9ae40c41: Pull complete
a3ed95caeb02: Pull complete
c82d0202dda4: Pull complete
c33eb106dfcf: Pull complete
f9a0522cbaa2: Pull complete
bad54a5c2ae3: Pull complete
44590cce7a4f: Pull complete
ea2a9399d365: Pull complete
ddf532273b60: Pull complete
b11d7fb3bbe8: Pull complete
Digest: sha256:d5dd58688f507bc8e6b3723e1ff899a744542edac9f3eb6ffb8c37985416f116
Status: Downloaded newer image for remore/dockerfileview:latest

#
# 🐳  ubuntu:14.04
#

Failed to fetch ubuntu:14.04

#
# 🐳  (Direct Input from CLI)
#

FROM ubuntu:14.04

Tommy-42 avatar Sep 20 '18 13:09 Tommy-42

Same problem for me(

shchedrin avatar Oct 10 '18 12:10 shchedrin

same here

[root@hinton opt]# ./dockerfileview_linux_amd64 ubuntu:14.04

#
# 🐳  ubuntu:14.04
#

Failed to fetch ubuntu:14.04

#
# 🐳  (Direct Input from CLI)
#

FROM ubuntu:14.04
[root@hinton opt]# ./dockerfileview_linux_amd64 centos

#
# 🐳  centos
#

Failed to fetch centos

#
# 🐳  (Direct Input from CLI)
#

FROM centos
[root@hinton opt]# ./dockerfileview_linux_amd64 jwilder/nginx-proxy

#
# 🐳  jwilder/nginx-proxy
#

Failed to fetch jwilder/nginx-proxy

#
# 🐳  (Direct Input from CLI)
#

FROM jwilder/nginx-proxy
[root@hinton opt]# ./dockerfileview_linux_amd64 gcr.io/kubeflow/jupyterhub-k8s:v20180531-3bb991b1

#
# 🐳  gcr.io/kubeflow/jupyterhub-k8s:v20180531-3bb991b1
#

Failed to fetch gcr.io/kubeflow/jupyterhub-k8s:v20180531-3bb991b1

#
# 🐳  (Direct Input from CLI)
#

FROM gcr.io/kubeflow/jupyterhub-k8s:v20180531-3bb991b1

antigenius0910 avatar Feb 13 '19 03:02 antigenius0910

same here

cadubentzen avatar May 16 '19 06:05 cadubentzen

Same. Hopefully it could be fixed someday :)

gluckzhang avatar Sep 23 '19 11:09 gluckzhang

Same here for jess/chromium ...

sxiii avatar Nov 22 '19 22:11 sxiii