We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c00ffe commit b1a3fd2Copy full SHA for b1a3fd2
.env
@@ -12,6 +12,7 @@ GH_VERSION=2.5.2
12
GO_VERSION=1.17.8
13
HELM_VERSION=3.8.1
14
HTTPIE_VERSION=2.6.0
15
+JAVA_VERSION=17.0.2
16
PHP_VERSION=8.1.3
17
PROTOC_VERSION=3.9.1
18
PROTOC_ARCH=${DEFAULT_ARCH}
docker-compose.yml
@@ -81,6 +81,9 @@ services:
81
http:
82
image: "alpine/httpie:${HTTPIE_VERSION}"
83
entrypoint: [ "http" ]
84
+ java:
85
+ image: "openjdk:${JAVA_VERSION}"
86
+ entrypoint: [ "java" ]
87
jq:
88
image: stedolan/jq
89
node:
0 commit comments