Skip to content

Commit b1a3fd2

Browse files
feat: add java
1 parent 4c00ffe commit b1a3fd2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ GH_VERSION=2.5.2
1212
GO_VERSION=1.17.8
1313
HELM_VERSION=3.8.1
1414
HTTPIE_VERSION=2.6.0
15+
JAVA_VERSION=17.0.2
1516
PHP_VERSION=8.1.3
1617
PROTOC_VERSION=3.9.1
1718
PROTOC_ARCH=${DEFAULT_ARCH}

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ services:
8181
http:
8282
image: "alpine/httpie:${HTTPIE_VERSION}"
8383
entrypoint: [ "http" ]
84+
java:
85+
image: "openjdk:${JAVA_VERSION}"
86+
entrypoint: [ "java" ]
8487
jq:
8588
image: stedolan/jq
8689
node:

0 commit comments

Comments
 (0)