Missed Team ’24? Catch up on announcements here.

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

Bitbucket pipelines not working since yesterday

Ankush_Sharma
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 28, 2018

So, everything was working fine till around 10 AM yesterday. I have tried to run a build using bitbucket pipelines, but I keep getting this error : 

rpc error: code = Unknown desc = no matching manifest for linux/amd64 in the manifest list entries

 

This is across all projects. We use gradle for build.

My bitbucket-pipelines file looks like this : 

 

# This is a sample build configuration for Gradle.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces toS indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
#image: java:8
image: gradle

pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- gradle build -x test
- mkdir -p ~/.ssh
- cat my_known_hosts >> ~/.ssh/known_hosts
- (umask 077; echo $TRACKING_KEY | base64 --decode -i > ~/.ssh/id_rsa)
- cd build/libs
- cp x*.jar x.jar
- scp -rp x.jar root@x.x.x.x:/something

1 answer

1 vote
Graham Gatus
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 30, 2018

Hi @Ankush_Sharma

It appears there may have been an intermittent outage related to gradle images on dockerhub - see https://github.com/docker/hub-feedback/issues/1618.

Are you still experiencing issues?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events