Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito authored Apr 22, 2024
1 parent bdc1878 commit 643861d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ services:
condition: service_healthy

kong-gen-cert:
user: runner:docker
user: 1001:127
# Using a empty string as the fallback makes this env optional but still fails if not set when used
image: "kong/kong:nightly-ubuntu"
security_opt:
- no-new-privileges:true
command: >-
sh -c "kong hybrid gen_cert /tmp/hybrid/cluster.crt /tmp/hybrid/cluster.key"
sh -c "kong hybrid gen_cert /usr/local/kong/hybrid/cluster.crt /usr/local/kong/hybrid/cluster.key"
volumes:
- "${GITHUB_WORKSPACE:-.}/hybrid:/tmp/hybrid:z"
- "${GITHUB_WORKSPACE:-.}/hybrid:/usr/local/kong/hybrid:z"

0 comments on commit 643861d

Please sign in to comment.