Skip to content

Using Dagger Go SDK to build CNO (Sandbox and Test environments)

Notifications You must be signed in to change notification settings

beopencloud/dagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project to run pipelines with dagger

Dagger allows us to run CI/CD pipeline as container.

In this project, we are running the CNO API CI pipeline where we test the app, package it in a container and push it to the docker registry.

The CD part is done by CNO.

To run the project, make sure you have docker installed and go.

Clone the project by running in a folder of choice:

  1. With SSH : [email protected]:beopencloud/cno-api.git
  2. With https: https://github.com/beopencloud/cno-api.git

Go to the root of the project :

cd ./dagger

Run the code with the command : go run main.go

Enjoy !

About

Using Dagger Go SDK to build CNO (Sandbox and Test environments)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages