Skip to content

Commit f5fad7d

Browse files
committed
Update Docker Image
This change updates to the new official Java docker image.
1 parent 91814e2 commit f5fad7d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: linux
44
image_resource:
55
type: docker-image
66
source:
7-
repository: java
7+
repository: openjdk
88
tag: 8-jdk-alpine
99

1010
inputs:

ci/docker-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM java:8-jdk-alpine
1+
FROM openjdk:8-jdk-alpine
22

33
RUN apk add --update \
44
bash \

ci/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: linux
44
image_resource:
55
type: docker-image
66
source:
7-
repository: java
7+
repository: openjdk
88
tag: 8-jdk-alpine
99

1010
inputs:

ci/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: linux
44
image_resource:
55
type: docker-image
66
source:
7-
repository: java
7+
repository: openjdk
88
tag: 8-jdk-alpine
99

1010
inputs:

0 commit comments

Comments
 (0)