Compare commits

..

1 Commits

Author SHA1 Message Date
de3442c9ba feat: initial commit
Some checks failed
Build / build (pull_request) Failing after 2s
- add Makefile
- add gitea workflows
- add Dockerfile
- pass through trusted ca certificates
2024-09-08 01:14:06 +10:00
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,9 @@ jobs:
container: container:
image: git.query.consul/unkin/almalinux8:latest image: git.query.consul/unkin/almalinux8:latest
options: --privileged options: --privileged
volumes:
- /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt
- /etc/pki/tls/certs/ca-bundle.crt:/etc/ssl/certs/ca-certificates.crt
steps: steps:
- name: Set up environment - name: Set up environment

View File

@ -11,6 +11,9 @@ jobs:
container: container:
image: git.query.consul/unkin/almalinux8:latest image: git.query.consul/unkin/almalinux8:latest
options: --privileged options: --privileged
volumes:
- /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt
- /etc/pki/tls/certs/ca-bundle.crt:/etc/ssl/certs/ca-certificates.crt
steps: steps:
- name: Set up environment - name: Set up environment