Skip to content

Rootless image with pre-installed Cookiecutter, based on python:3-alpine image.

Notifications You must be signed in to change notification settings

skydrinker-tox/cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dockerized Cookiecutter

CI build Latest image

Rootless image with pre-installed Cookiecutter, based on python:3-alpine image.

Packages added to the base python:3-alpine image:

  • bash
  • git
  • pipenv (python pip package)
  • pipenv (python pip cookiecutter)

Usage

Calls the cookiecutter CLI from the current directory (will display cookiecutter help if no argument provided):

docker run -it --rm -v "$PWD":/usr/src/cookie ghcr.io/skydrinker-tox/cookiecutter:latest

Example, bake cookie from Github repository (official cookiecutter example):

docker run -it --rm -v "$PWD":/usr/src/cookie ghcr.io/skydrinker-tox/cookiecutter:latest gh:audreyfeldroy/cookiecutter-pypackage

About

Rootless image with pre-installed Cookiecutter, based on python:3-alpine image.

Topics

Resources

Stars

Watchers

Forks

Packages