Skip to content

openca/docker-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-dev

Development Environments for OpenCA Software

How to Use this Repository

When you need to develop against OpenCA software, you might need to have a development environment built that is consistent and can be deployed easily.

We have started this new repository that can be used to develop, compile, and test the projects. This repo allows you to build Docker images based on different base OS (e.g., Centos7)

Build a new Image

To build a new image, you can use the bin/docker-gen-image.sh script that accepts the image type (supported is 'centos7') use the foollowing command:

$ scripts/docker-gen-image.sh [ y | n ] [no-cache]

where the type is 'ubuntu22-base' (uses the Docker/Dockerfile.ubuntu22-base.yml) and the second argument is for pushing (y/n) the image to the repo after creation. The last argument 'no-cache' is used to generate the image from scratch (no cache).

Enjoy OpenCA Software and Open Source!

Yours Truly, Massimiliano Pala

About

Development Environments for OpenCA Software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published