Container Registry FAQs

What is Bizfly Container Registry?

When developing applications that run in Container environments, after writing code, developers need to package the application as Container images. Bizfly Container Registry is essentially a service that allows developers to store these images, making it easy to deploy applications to different locations. Additionally, Bizfly Container Registry provides many features and integration tools to make operations easy, secure, and efficient.

Why should I use Bizfly Container Registry?

By using Bizfly Container Registry, you won’t have to worry about operating or scaling infrastructure for your own Registry. Bizfly Container Registry is integrated with Bizfly Cloud Server, allowing you to configure your servers to pull images directly from Bizfly Container Registry without login operations. Furthermore, Bizfly Container Registry provides security vulnerability scanning features, helping you detect potential security weaknesses inside your images before deploying them to production environments.

Can I make my images public so that anyone can pull them?

Yes, you can set your repository’s status to public. This will allow others to pull images from that repository freely.

I don’t want to use username and password for login

…because my account will be stored in Docker’s config file. Is there another way?

You can use the token authentication feature. Go to the management interface and generate a token, where you can set detailed permissions for this token to allow pulling or pushing specific repositories. Then use this token for authentication.