Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 552 Bytes

File metadata and controls

40 lines (28 loc) · 552 Bytes

ARM build instructions

Clone the repo

git clone https://github.com/camilin87/docker-cron.git

Get the latest source

git pull --rebase

Login to the Docker registry

docker login

Build the image

pushd src && \
  docker build -f Dockerfile-docker-cron-arm32v6 -t camilin87/docker-cron-arm32v6 . && \
  popd

Publish the image

docker push camilin87/docker-cron-arm32v6

Cleanup

docker rmi camilin87/docker-cron-arm32v6
docker system prune -f