Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

A Docker error in Pipelines

Teemu Hiltunen October 31, 2017

My Pipelines builds have worked just fine until today. Now I get this error in every build:

rpc error: code = Unknown desc = no supported platform found in manifest list

I use this docker image in my bitbucket-pipelines.yml:

image: maven:3-jdk-8-alpine

Pipelines does not produce any logs, just that error. Pipelines online validator (https://bitbucket-pipelines.atlassian.io/validator) tells me that the syntax is okay.

How do I fix this?

2 answers

1 accepted

0 votes
Answer accepted
Teemu Hiltunen October 31, 2017

Okay, it seems that the problem is in Docker image maven:3-jdk-8-alpine. Using maven:3-jdk-8 the builds work and the problem is solved. Nothing to do with Pipelines.

Teemu Hiltunen November 3, 2017

This issue is now fixed in docker-maven (https://github.com/carlossg/docker-maven/issues/53) and maven:3-jdk-8-alpine also works again.

0 votes
Teemu Hiltunen October 31, 2017

Today my builds get pass that previous error but bump into another one during Maven build:

No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

This is still weird because these builds have worked since yesterday just fine. Is there a bug in that Docker image.. or in Pipelines.. maybe Google will tell me...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events