Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug report] pouch pull failed #93

Closed
elianka opened this issue Nov 14, 2017 · 4 comments
Closed

[bug report] pouch pull failed #93

elianka opened this issue Nov 14, 2017 · 4 comments
Assignees
Labels
areas/docs areas/images kind/bug This is bug report for project

Comments

@elianka
Copy link

elianka commented Nov 14, 2017

Issue Description
is pouch pull function fully completed? and is there any doc about pouch usage?
i got failed when using pouch pull.

Describe what happened:

  1. i just use pouch pull nginx, and return an error.
    image
  2. i use the image from alibaba to do pouch pull, also got error.

./pouch pull reg.docker.alibaba-inc.com/busybox:latest

image
image
3. i use pouch create to create a container from image. i found that there is no image in "pouch images".
image

Describe what you expected to happen:

  1. i want to got docker images from all kinds of repository.
  2. i think pouch should pull images automatically when i use "pouch create ..."
  3. also, pouch pull should be worked.

How to reproduce it (as minimally and precisely as possible):

  1. ./pouch pull nginx
  2. ./pouch pull reg.docker.alibaba-inc.com/busybox:latest

Anything else we need to know?:
image

Environment:

  • pouch version (use pouch version):

GoVersion: go1.8.3
KernelVersion:
Os: linux
Version: 0.1.0-dev
APIVersion: vx.y.z
Arch: amd64
BuildTime: 2017-11-14T10:46:18.071044934+08:00
GitCommit:

  • OS (e.g. from /etc/os-release):

NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

  • Kernel (e.g. uname -a):

Linux thinkcenter 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

  • Install tools:
  • Others:

runc version 1.0.0-rc4+dev
commit: b2567b37d7b75eb4cf325b77297b140ea686ce8f
spec: 1.0.0

containerd github.com/containerd/containerd v1.0.0-beta.3-8-g732b156 732b156

@pouchrobot pouchrobot added the kind/bug This is bug report for project label Nov 14, 2017
@skoowoo
Copy link
Contributor

skoowoo commented Nov 14, 2017

You can use the command " ./pouch pull docker.io/library/nginx:alpine" to pull image. Now, not support "pull nginx".

"reg.docker.alibaba-inc.com" is our internal repo, You can't request it.

@elianka
Copy link
Author

elianka commented Nov 14, 2017

got it. maybe should set a default registry in pouch, like moby does.

@allencloud
Copy link
Collaborator

I will try this recently, thanks a lot for the reporting. @elianka

@allencloud
Copy link
Collaborator

I think this has been fixed in #266.
Closing this. Feel free to leave a comment if there is more details needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
areas/docs areas/images kind/bug This is bug report for project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants