You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use package registry functionality, described here: https://docs.gitea.io/en-us/packages/overview/
Instance is running via docker image gitea/gitea:1.16.5 and docker-compose described in configuration.
The package feature is not available in v1.16. The docs at https://docs.gitea.io are currently out of sync. You need to wait for v1.17 or use the dev (main branch) version (not recommended in production).
I've tried using it with gitea 1.17 and it doesn't resolve the issue. which is something I need help with. kindly correct me or explain what could possibly be going wrong?
What I've done is used the app.ini file and added the
[package]
ENABLED = true.
Description
I'm trying to use package registry functionality, described here: https://docs.gitea.io/en-us/packages/overview/
Instance is running via docker image gitea/gitea:1.16.5 and docker-compose described in configuration.
I've enabled packages in app.ini:
Then restarted docker container.
After this I'm trying to login to registry like described here:
https://docs.gitea.io/en-us/packages/container/
And getting 404 error:
What I'm doing wrong ? How to enable package functionality (at least docker images) ?
Gitea Version
1.16.5
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
Linux
How are you running Gitea?
Via docker-compose like described in documentation with ports
published
Database
SQLite
The text was updated successfully, but these errors were encountered: