You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Error message received:
rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/library/python:3.5.1": failed to unpack image on snapshotter overlayfs: failed to extract layer sha256:4dcab49015d47e8f300ec33400a02cebc7b54cadd09c37e49eccbc655279da90: failed to get reader from content store: content digest sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b: not found
issue started today.
anyone having the same issue?
Hi Russell,
Our main image is:
image: python:3.5.1
For some steps we use
image: kramos/alpine-zip
Which works fine.
yep same, looks like python 3.5.1 is already deprecated?
I tried to change our image from python to atlassian/default-image:2 it worked.
however, I don't know which image you should use on your case.
image: python:3.7.2
Fixed it. Had no idea python 3.5.1 was going to be deprecated and removed.
I have the same issue, but for image "docker.io/library/gcc:6.1
Also suddenly happended since yesterday.
Any solutions? Thank you in advance.