The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/yosrmahfoudh123/massanal

yosser.mahfoudh
May 17, 2022

I get this issue and I didn't understand the issue.

this is my docker file content 

FROM maven:3.6.3-openjdk-11
RUN apt-get update && \
apt-get install -y nano && \
apt-get install -y zip && \
wget https://download-gcdn.ej-technologies.com/install4j/install4j_linux_8_0_7.deb && \
dpkg -i install4j_linux_8_0_7.deb && \
apt-get install -y --no-install-recommends openjfx

RUN rm install4j_linux_8_0_7.deb

 

I push it to a private docker repository

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 18, 2022

Hi @yosser.mahfoudh,

1. Are you building this Dockerfile locally, in order to use the image as a build container in Pipelines?
Or are you building this Dockerfile during a Pipelines build?

2. Could you share

  • the exact command you are running that gives you this error
  • the full output of this command?
    (please make sure to sanitize private/sensitive data prior to sharing, if there are any)
  • whether you are running this command from Pipelines or locally

Kind regards,
Theodora

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events