Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
/ flake8 Public archive

[Archived] Auto-trigger docker build for fake8 , follow up project at https://github.com/alpine-docker/multi-arch-libs/tree/master/flake8

Notifications You must be signed in to change notification settings

alpine-docker/flake8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Archived, follow up project at https://github.com/alpine-docker/multi-arch-libs/tree/master/flake8

flake8

Auto-trigger docker build for flake8 when new release is announced

Repo:

https://github.com/alpine-docker/flake8

Daily build logs:

https://travis-ci.org/alpine-docker/flake8

Docker iamge tags:

https://hub.docker.com/r/alpine/flake8/tags/

Usage:

# must mount the local folder to /apps in container.
docker run -ti --rm -v $(pwd):/apps alpine/flake8:3.5.0 local_file.py

# run flake8 container as command
alias flake="docker run -ti --rm -v $(pwd):/apps alpine/flake8:3.5.0"
flake --help
flake local_file.py

The Processes to build this image

  • Enable Travis CI cronjob on this repo to run build daily on master branch
  • Check if there are new tags/releases announced in flake8 via Github REST API
  • Match the exist docker image tags via Hub.docker.io REST API
  • If not matched, build the image with latest version as tag and push to hub.docker.com
  • Versions old than 3.4.0 were manually built and pushed.

About

[Archived] Auto-trigger docker build for fake8 , follow up project at https://github.com/alpine-docker/multi-arch-libs/tree/master/flake8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published