Add Jenkinsfile
All checks were successful
Cadoles/go-http-peering/pipeline/head This commit looks good
All checks were successful
Cadoles/go-http-peering/pipeline/head This commit looks good
This commit is contained in:
5
misc/ci/Dockerfile
Normal file
5
misc/ci/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM golang:1.19
|
||||
|
||||
RUN apt-get update && apt-get install -y make upx-ucl curl ca-certificates bash jq
|
||||
|
||||
RUN curl -k https://forge.cadoles.com/Cadoles/Jenkins/raw/branch/master/resources/com/cadoles/common/add-letsencrypt-ca.sh | bash
|
Reference in New Issue
Block a user