keinos/alpine
Alpine (vanilla) to trigger auto-build of other docker images.
6.7K
Vanilla Alpine docker container with Asia/Tokyo timezone.
The latest
tag supports both AMD64 and ARMv7l architecture.
docker pull keinos/alpine:latest
For ARMv6l architecture such as RaspberryPi Zero.
docker pull keinos/alpine:arm32v6
alpine:latest
/ arm32v6/alpine:latest
Asia/Tokyo
Specify keinos/alpine:latest
as a base image in the 'FROM:' directive in your Dockerfile of the source repository.
FROM keinos/alpine:latest
# do something ...
Create a repository on Docker Hub and push your files.
"Manage Repository" and "Configure Automated Builds" at Docker Hub's "Builds" tab.
Enable the configuration below:
Then, whenever the keinos/alpine:latest
is updated, the build in your repsitory on Docker Hub should be triggered as well.
docker pull keinos/alpine