Skip to content

Commit

Permalink
Switch to multi-arch Wolfi images for sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jul 18, 2024
1 parent 2ea54a7 commit ed94b1f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3.7'

services:
agent:
image: gocd/gocd-agent-centos-9:v23.5.0
image: gocd/gocd-agent-wolfi:v24.2.0
depends_on:
- server
environment:
Expand All @@ -15,10 +13,10 @@ services:
- ~/.ssh:/home/go/.ssh

server:
image: gocd/gocd-server-centos-9:v23.5.0
image: gocd/gocd-server:v24.2.0
environment:
GOCD_PLUGIN_INSTALL_script-executor-task:
https://github.com/gocd-contrib/script-executor-task/releases/download/v1.0.3-184/script-executor-1.0.3-184.jar
https://github.com/gocd-contrib/script-executor-task/releases/download/v1.0.3-213/script-executor-1.0.3-213.jar
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no
ports:
- 8153:8153
Expand Down

0 comments on commit ed94b1f

Please sign in to comment.