Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

java 10 image Pipeline

pvittali June 2, 2018

I have the following config:

 

image: java:10

pipelines:
  default:
    - step:
        caches:
          - gradle
        script:
          - bash ./gradlew build

 

And I get:

rpc error: code = Unknown desc = Error response from daemon: manifest for java:10 not found

 

Is java 10 not supported ? How can I find the list of supported versions ? What can I do if I need an unsupported version ?

Thanks and regards

Peter

 

 

1 answer

1 accepted

0 votes
Answer accepted
davina
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 22, 2018

Hi @pvittali

You can check dockerhub to see what images are available. For your case, you can see that java is actually deprecated https://hub.docker.com/_/java/, and the recommended image is openjdk https://hub.docker.com/_/openjdk/.

Hope this helps!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events