Tag: 运维
3 articles
GitLab + Jenkins CI/CD Pipeline: From Manual to Automated...
Learn how to set up a CI/CD pipeline using GitLab and Jenkins. Covers Webhook configuration, branch strategy, automated build scripts, and Docker image deployment to Kubernetes.
Docker + Harbor Private Registry: Setup and Image Push Guide
Step-by-step guide to installing Docker and Harbor private registry, configuring insecure registries, building custom Docker images, and pushing them to Harbor.
Python Offline Deployment: pip Dependency Management With...
How to export Python packages in an online environment and install them in an air-gapped system using pip wheel, pip download, and requirements.txt for offline deployment.