Skip to content

Commit

Permalink
Specify java 21 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSimpson committed May 22, 2024
1 parent 613c2c1 commit 4e4195a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codebuild/buildspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: 0.2
phases:
install:
runtime-versions:
java: corretto21
commands:
- nohup /usr/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://127.0.0.1:2375 --storage-driver=vfs &
- timeout 15 sh -c "until docker info; do sleep 1; done"
Expand Down

0 comments on commit 4e4195a

Please sign in to comment.