Skip to content

Latest commit

 

History

History
 
 

ci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Dockerfile used to create image runned by kakarot self hosted github runner:

  • nodejs 16.x: github action dependency
  • python 3.9: kakarot dependency
  • git & zstd: foundry dependencies

To build the image:

docker build -t YOUR_DOCKER_HUB_USER/kakarot-builder:latest .

To publish your image on docker hub:

docker push YOUR_DOCKER_HUB_USER/kakarot-builder:latest