Skip to content

kkom/tools-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codemod-tools-docker

Scripts and Dockerfiles to publish basic codemod tools to https://hub.docker.com/u/kkom

There is no continuous deployment, you have to push the targets ad-hoc as you need them.

Usage

If you're not logged in to Docker Hub, start with the login target. E.g. for kkom:

make login username=kkom

Next, you need to ensure that the tool has an associated Dockerfile, for example fastmod.Dockerfile.

Finally, execute the push target, for example:

make push username=kkom tool=fastmod version=0.4.1

About

Scripts and Dockerfiles to build containers for various tools and push them to Docker Hub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published