Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Use a base alpine image #522

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

IxDay
Copy link
Contributor

@IxDay IxDay commented Jan 22, 2017

This patch change the base image for minimesos to alpine:3.5
Alpine is now packaging docker, no need to download it through curl
Install openjdk-jre-base instead of full version (save ~30MB)
Image size is reduced by about 20% (265MB to 215MB) this reduce
build and download time.

IxDay and others added 2 commits January 22, 2017 17:25
This patch change the base image for minimesos to alpine:3.5
Alpine is now packaging docker, no need to download it through curl
Install openjdk-jre-base instead of full version (save ~30MB)
Image size is reduced by about 20% (265MB to 215MB) this reduce
build and download time.
@frankscholten
Copy link
Contributor

I am afraid this change breaks support for Docker on Mac. If you have a solution that uses Alpine + Docker on Mac that would be even better!

@IxDay
Copy link
Contributor Author

IxDay commented Jan 23, 2017

Sadly I can't test it, but I though this wouldn't break anything as the base image of the previous container was also an alpine linux (see here)

Can you provide me some logs or error messages so I can try fixing this or at least understand the difference between docker and docker-machine on OSX?

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

Successfully merging this pull request may close these issues.

None yet

2 participants