Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yikaus/docker-alpine-base
Alpine docker base image built from source
https://github.com/yikaus/docker-alpine-base
Last synced: 3 months ago
JSON representation
Alpine docker base image built from source
- Host: GitHub
- URL: https://github.com/yikaus/docker-alpine-base
- Owner: yikaus
- Created: 2015-01-29T03:29:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T00:21:07.000Z (over 8 years ago)
- Last Synced: 2024-08-02T12:51:25.861Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 11.1 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - yikaus/docker-alpine-base - Alpine docker base image built from source (others)
README
[![Circle CI](https://circleci.com/gh/yikaus/docker-alpine-base.svg?style=svg)](https://circleci.com/gh/yikaus/docker-alpine-base)
# Build alpine from source
Almost same build scripts with [docker-alpine] to Build docker alpine base image from source by circleci .
A bit of difference is instead of push docker image directly to docker hub , I choose push root.fs back to this repository .
It could be more clear that docker build still happened in docker hub site and see [yikaus/alpine-base]
You can check version by
- docker pull yikaus/alpine-base
- docker run --rm yikaus/alpine-base cat /etc/issue
- docker pull yikaus/alpine-base:2.7
- docker run --rm yikaus/alpine-base:2.7 cat /etc/issueWhy circleci ? because it seems the only build system support running docker in script.
- Travis : Default CI machine kernel 2.6 does not support docker , it 's docker infrustructure don't support sudo
- Drone.io: Dosen't support docker privilege mode .
- Shippable: Docker in docker not support yet.
[docker-alpine]: https://github.com/gliderlabs/docker-alpine
[yikaus/alpine-base]: https://registry.hub.docker.com/u/yikaus/alpine-base/