Missed Team ’24? Catch up on announcements here.

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

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

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events