meAmidos / dcind

Docker image with Docker Compose. Useful as a base image for integration tests in Concourse CI.
MIT License
142 stars 104 forks source link

update alpine, docker, docker-compose #13

Closed shua closed 5 years ago

shua commented 5 years ago

update alpine to latest stable of 3.10 update docker to latest stable community edition of 18.09.7 update docker-compose to latest of 1.24.1 rm entrykit: codep was not documented, and not using start_docker command rm cache busting: can use docker build --no-cache for that

meAmidos commented 5 years ago

@shua Thank you for the update. Removing entrykit was long overdue, indeed.

However, I don't see how docker build --no-cache is related to the removed apk --no-cache. We still want the later to reduce the image size. Also, with the updated docker version, docker daemon --data-root doesn't work.

Nevertheless, I'll merge the PR and make required adjustments separately.