From f4bb041bb5cee6ede4705f439d3a79e88f12f752 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sat, 23 May 2020 20:03:21 +0200 Subject: [PATCH] new entries --- docs/nexus-jfrog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/nexus-jfrog.md b/docs/nexus-jfrog.md index 67fd14f9..2605b7bc 100644 --- a/docs/nexus-jfrog.md +++ b/docs/nexus-jfrog.md @@ -5,9 +5,11 @@ - [Nexus as a Docker repo](#nexus-as-a-docker-repo) - [Secure Docker Registries](#secure-docker-registries) - [SSL/TLS Certificates](#ssltls-certificates) + - [Add Insecure Registry to Docker](#add-insecure-registry-to-docker) - [Jenkins Integration with Nexus](#jenkins-integration-with-nexus) - [Nexus 3 Configuration as Code](#nexus-3-configuration-as-code) - [Nexus CLI](#nexus-cli) + - [Sonatype Nexus Community](#sonatype-nexus-community) - [JFrog Artifactory](#jfrog-artifactory) ## Nexus Repository Manager (NXRM) 3 @@ -21,6 +23,7 @@ * [Dzone: Nexus Guide Update January 2018](https://dzone.com/articles/nexus-guide-update-january-2018) ### Setup Nexus Kubernetes. Run nexus3 with docker in a kubernetes cluster +* [Sonatype Nexus Community: Nexus Kubernetes OpenShift ๐ŸŒŸ](https://github.com/sonatype-nexus-community/nexus-kubernetes-openshift) * [Devopscube.com: Setup Nexus Kubernetes ๐ŸŒŸ](https://devopscube.com/setup-nexus-kubernetes/) * [stackoverflow: run nexus3 with docker in a kubernetes cluster](https://stackoverflow.com/questions/42766349/run-nexus-3-with-docker-in-a-kubernetes-cluster) * [https://github.com/jetstack/cert-manager/](https://github.com/jetstack/cert-manager/) @@ -42,6 +45,12 @@ * [help.sonatype.com: Inbound SSL - Configuring to Serve Content via HTTPS](https://help.sonatype.com/repomanager3/security/configuring-ssl?_ga=2.250230211.411976214.1575978022-1513910029.1575978022#ConfiguringSSL-InboundSSL-ConfiguringtoServeContentviaHTTPS) * [nginx.com: Using Free Letโ€™s Encrypt SSL/TLS Certificates with NGINX](https://www.nginx.com/blog/using-free-ssltls-certificates-from-lets-encrypt-with-nginx/) +#### Add Insecure Registry to Docker +- [Test an insecure registry ๐ŸŒŸ](https://docs.docker.com/registry/insecure/) +- [Configure Docker Service To Use Insecure Registry](https://github.com/Juniper/contrail-docker/wiki/Configure-docker-service-to-use-insecure-registry) +- [Running an insecure registry โ€“insecure-registry](https://forums.docker.com/t/running-an-insecure-registry-insecure-registry/8159) +- [Add Insecure Registry to Docker](https://intellipaat.com/community/19079/add-insecure-registry-to-docker) + ### Jenkins Integration with Nexus * [Nexus Platform Plugin for Jenkins](https://help.sonatype.com/integrations/nexus-and-continuous-integration/nexus-platform-plugin-for-jenkins) * [Jenkins: Publish Maven Artifacts to Nexus OSS Using Pipelines or Maven Jobs ๐ŸŒŸ](https://dzone.com/articles/jenkins-publish-maven-artifacts-to-nexus-oss-using) Check out how following this tutorial to connect Maven and Nexus OSS can help increase your CI/CD pipelines. @@ -58,6 +67,10 @@ * [GitHub: Nexus-CLI](https://github.com/mlabouardy/nexus-cli) * [nexus3-cli.readthedocs.io](https://nexus3-cli.readthedocs.io) +### Sonatype Nexus Community +* [Sonatype Nexus Community ๐ŸŒŸ](https://github.com/sonatype-nexus-community) +* Check out the [Nexus3](https://stackoverflow.com/questions/tagged/nexus3) tag on Stack Overflow + ## JFrog Artifactory - [JFrog Artifactory: Your Kubernetes Registry](https://jfrog.com/blog/jfrog-artifactory-kubernetes-registry/) - [The JFrog journey to kubernetes: best practices for taking your containers all the way to production](https://jfrog.com/whitepaper/the-jfrog-journey-to-kubernetes-best-practices-for-taking-your-containers-all-the-way-to-production/) \ No newline at end of file