Go to file
kjuulh b77e7e0d69
All checks were successful
continuous-integration/drone/push Build is passing
with readme
2022-10-29 01:33:27 +02:00
assets with readme 2022-10-29 01:33:27 +02:00
recordings with readme 2022-10-29 01:33:27 +02:00
.dockerignore with ignore 2022-10-29 00:03:31 +02:00
.drone.yml with dind:dind:dind 2022-10-29 00:07:58 +02:00
demo.gif with readme 2022-10-29 01:33:27 +02:00
Dockerfile with alpine 2022-10-29 00:09:03 +02:00
go.mod with dependencies 2022-10-28 23:41:27 +02:00
go.sum with dependencies 2022-10-28 23:41:27 +02:00
main.go with further 2022-10-29 00:11:22 +02:00
README.md with readme 2022-10-29 01:33:27 +02:00
test.fish with readme 2022-10-29 01:33:27 +02:00
test.sh with readme 2022-10-29 01:33:27 +02:00

dagger drone test

Simply run below command to test your pipeline, can also be used through a trusted repository in Droneci. But as we are using docker and dagger, this can be done locally just as well

export dagger-tag=$(openssl rand -hex 12)
docker build -t dagger-test-builder:${dagger-tag} .
docker run -v /var/run/docker.sock:/var/run/docker.sock dagger-test-builder:${dagger-tag} ./dagger 'https://github.com/kpenfound/greetings-api.git'

recording of above command