mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
Added other containers
This commit is contained in:
parent
de3e7d0801
commit
3b6493cdd8
1 changed files with 20 additions and 0 deletions
|
@ -5,6 +5,26 @@ jobs:
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.16
|
- image: circleci/golang:1.16
|
||||||
|
- image: mariadb:10.1
|
||||||
|
environment:
|
||||||
|
MYSQL_ROOT_PASSWORD: supersecret
|
||||||
|
- image: psitrax/powerdns
|
||||||
|
environment:
|
||||||
|
MYSQL_USER: root
|
||||||
|
MYSQL_PASS: supersecret
|
||||||
|
MYSQL_PORT: "3306"
|
||||||
|
command:
|
||||||
|
- "--webserver=yes"
|
||||||
|
- "--api=yes"
|
||||||
|
- "--api-key=password"
|
||||||
|
- "--webserver-port=8080"
|
||||||
|
- "--webserver-loglevel=detailed"
|
||||||
|
- "--loglevel=10"
|
||||||
|
- "--log-dns-queries=yes"
|
||||||
|
- "--master"
|
||||||
|
- "--disable-syslog"
|
||||||
|
- "--webserver-address=0.0.0.0"
|
||||||
|
- "--webserver-allow-from=0.0.0.0/0"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
|
Loading…
Reference in a new issue