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

working in different base images? #21

Closed
untoreh opened this issue Apr 21, 2016 · 2 comments
Closed

working in different base images? #21

untoreh opened this issue Apr 21, 2016 · 2 comments

Comments

@untoreh
Copy link

untoreh commented Apr 21, 2016

I see all the sample images are from debian/ubuntu , I am not sure how much slimmer an alpine image could be but at the moment it does not seem to work on alpine images.

Step 1 : FROM scratch
 ---> 
Step 2 : COPY files /
FATA[0004] docker-slim: failure                          error=lstat files: no such file or directory stack=/docker-slim/_vendor/src/github.com/cloudimmunity/docker-slim/utils/errors.go:11 (0x558ad6)
/docker-slim/_vendor/src/github.com/cloudimmunity/docker-slim/master/commands/build.go:134 (0x4ae52f)
/docker-slim/apps/docker-slim/cli.go:309 (0x40afed)
/docker-slim/_vendor/src/github.com/codegangsta/cli/command.go:174 (0x4bfb47)
/docker-slim/_vendor/src/github.com/codegangsta/cli/app.go:187 (0x4bc0b5)
/docker-slim/apps/docker-slim/cli.go:507 (0x405f6b)
/docker-slim/apps/docker-slim/main.go:5 (0x406059)
/usr/local/go/src/runtime/proc.go:111 (0x4389c0)
/usr/local/go/src/runtime/asm_amd64.s:1721 (0x468981)

It does not pick up any files among the artifacts

@kcq
Copy link
Member

kcq commented Apr 26, 2016

Alpine is on the roadmap too! It does look like it needs a bit of work. I'll investigate. If you want to take a shot at it go for it :-)

@kcq
Copy link
Member

kcq commented Aug 10, 2017

Alpine support is there (version 1.18)! Need more validation though ;)

@kcq kcq closed this as completed Aug 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants