Skip to content

gemstation/ci-docker-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ci-docker-image

This Docker image contains the base necessary to run CI builds for Gemforge.

This sets up:

  • Node.js
  • Foundry
  • Solidity v0.8.21

The latest image is always available at: https://ghcr.io/gemstation/ci-docker-image:latest

Development

Ensure you have Docker installed locally.

Build the image:

make build

Run the image locally:

make run

Publishing the image

In case you need to make any updates to this image, push changes to master (or any other) branch and manually trigger the Build and Publish Docker workflow in github actions.

About

Container for CI build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 51.6%
  • Makefile 48.4%