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

Home screen does not show New Namespace or reflect new repos without the restart of container #67

Closed
spanhotra opened this issue Oct 4, 2022 · 2 comments

Comments

@spanhotra
Copy link

Expected: As and when I push a new image, it should be visible on the UI with the new namespace

eg

podman push localhost:5000/dev/image:v1

it should create a new namespace dev and add image with tag v1

Unless I restart the container with podman-compose restart. It does not show up.

@roman-vynar
Copy link
Contributor

Repo list refresh is not an online operation because it takes time and slow.
There is a cache, did you wait for 10 min.?

* Caching the list of repositories, tag counts and refreshing in background
# Cache refresh interval in minutes.
# How long to cache repository list and tag counts.
cache_refresh_interval: 10

Tags appear immediately because it's different but the new repos do not.

@spanhotra
Copy link
Author

Thank you @roman-vynar for the information

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

No branches or pull requests

2 participants