Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robbinparrish/jfrog-container-registry

JFROG Container Registry.
https://github.com/robbinparrish/jfrog-container-registry

container-registry deployement docker docker-compoe docs jfrog jfrog-artifactory jfrog-deployment learning learning-project linux notes server-deployment

Last synced: about 2 months ago
JSON representation

JFROG Container Registry.

Awesome Lists containing this project

README

        

## Disclaimer.
The content on this account/repository provided solely for educational and informational purposes.
It is not intended for use in making any kind of business, investment and/or legal decisions.
Although every effort has been made to keep the information up-to-date and accurate, no representations and/or warranties, express and/or implied, completeness, accuracy, reliability, suitability, and/or availability of the content.

## Jfrog Container Registry.
This can be used to setup a Jfrog Container Registry Server.
Jfrog Container Registry - https://jfrog.com/container-registry/

A default [system.yaml](configs/system.yaml) configuration file provided. This file can be modified according to the needs.

## Docker Compose Version.
Always validate that [docker-compose](https://github.com/docker/compose/releases/) version is latest.
If not then use the latest released version. As of updating this document `v2.24.0` was latest released version.

### Starting the container.
```bash
docker-compose up -d
```

### Checking the container logs.
```bash
docker-compose logs -f
```

### Once Container is successfully created, we can access the webui in the browser - http://IPADDR_OF_SYSTEM
- Default username and password - admin/password

Jfrog Container Registry provides an initial onboarding wizard. We need to follow the wizard to setup the configuration. For this follow [Additional Configuration](./configs/additional-configs.md).

[Jfrog Container Registry Documentation](https://jfrog.com/help/r/jfrog-artifactory-documentation/jfrog-container-registry)

[Backup and Restore](./configs/backup-and-restore.md)

[Upgrading Jfrog Container Registry](./configs/upgrading-jfrog-container-registry.md)

[Interacting with Jfrog Container Registry](./configs/interacting-with-artifactory-jcr.md)

### Some helpful resources.
- [Jfrog Artifactory Whitepapers](https://jfrog.com/resource-center/whitepapers?solution=all&product=artifactory)
- [Best Practices Structuring Naming Artifactory Repositories](https://jfrog.com/whitepaper/best-practices-structuring-naming-artifactory-repositories)
- [Jfrog Platform Administration Documentation](https://jfrog.com/help/r/jfrog-platform-administration-documentation)
- [Best Practices For Managing Your Artifactory Filestore](https://jfrog.com/whitepaper/best-practices-for-managing-your-artifactory-filestore-2/
)