Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error the artifact is not ready yet, failed to tag it #18173

Closed
haimari opened this issue Feb 5, 2023 · 4 comments
Closed

error the artifact is not ready yet, failed to tag it #18173

haimari opened this issue Feb 5, 2023 · 4 comments

Comments

@haimari
Copy link

haimari commented Feb 5, 2023

This issue-14822 is not resolved

Bitnami Helm Chart: 16.3.0
App version: 2.7.0

This error is false, Harbor should be able to pull and cache these images but it fails
This is the error from harbor-core pod

Pulling and caching from private registry (quay.io) works fine
pulling (public) from DockerHub fails with the bellow errors:
(This error is false, Harbor should be able to pull and cache these images but it fails, This is the error from harbor-core pod)

2023-02-05T16:25:26Z [DEBUG] [/server/middleware/repoproxy/proxy.go:308]: Failed to ensure tag {Repository:dockerhub-proxy/library/ubuntu Reference:20.04 ProjectName:dockerhub-proxy Digest: Tag:20.04 BlobMountRepository: BlobMountProjectName: BlobMountDigest:} , error the artifact is not ready yet, failed to tag it to 20.04
2023-02-05T16:25:27Z [DEBUG] [/server/middleware/repoproxy/proxy.go:308]: Failed to ensure tag {Repository:dockerhub-proxy/library/alpine Reference:3.17 ProjectName:dockerhub-proxy Digest: Tag:3.17 BlobMountRepository: BlobMountProjectName: BlobMountDigest:} , error the artifact is not ready yet, failed to tag it to 3.17
2023-02-05T16:25:27Z [DEBUG] [/server/middleware/repoproxy/proxy.go:308]: Failed to ensure tag {Repository:dockerhub-proxy/library/alpine Reference:3.17 ProjectName:dockerhub-proxy Digest: Tag:3.17 BlobMountRepository: BlobMountProjectName: BlobMountDigest:} , error the artifact is not ready yet, failed to tag it to 3.17
@stonezdj
Copy link
Contributor

stonezdj commented Feb 7, 2023

Did the pull command fail or just failed to create tag in the proxy cache project?

From the error log I can not find any hint, could you add more log and error information in the command line?
Because the proxy cache will retry and wait about 600 seconds, after that the proxy cache will not create tag for it.
The proxy cache cannot guarantee the tag will be created.
Maybe the pulling from quay.io is faster than dockerhub.
The following error message can be ignored.

error the artifact is not ready yet, failed to tag it to 20.04

@github-actions
Copy link

github-actions bot commented Apr 8, 2023

This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.

@github-actions github-actions bot added the Stale label Apr 8, 2023
@github-actions
Copy link

github-actions bot commented May 9, 2023

This issue was closed because it has been stalled for 30 days with no activity. If this issue is still relevant, please re-open a new issue.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2023
@lusu007
Copy link

lusu007 commented May 31, 2023

Any news on this? Got the same issue today.

When pulling e.g. library/node it gets listed and tagged but when I try pulling e.g. alpine/helm I got the following error message:

2023-05-31T16:33:52Z [DEBUG] [/server/middleware/repoproxy/proxy.go:308]: Failed to ensure tag {Repository:proxy/alpine/helm Reference:3.12.0 ProjectName:proxy Digest: Tag:3.12.0 BlobMountRepository: BlobMountProjectName: BlobMountDigest:} , error the artifact is not ready yet, failed to tag it to 3.12.0
2023-05-31T16:33:53Z [DEBUG] [/server/middleware/repoproxy/proxy.go:308]: Failed to ensure tag {Repository:proxy/alpine/helm Reference:3.12.0 ProjectName:proxy Digest: Tag:3.12.0 BlobMountRepository: BlobMountProjectName: BlobMountDigest:} , error the artifact is not ready yet, failed to tag it to 3.12.0

The pull works as expected but the tagging goes wrong and its not shown in the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants