Day 10 – GitLab CI/CD for Python & Using GitLab Container Registry
Today, I set up a complete CI/CD pipeline using GitLab for a Python FastAPI application, and published the Docker image to GitLab’s Container Registry.
🐳 Dockerfile for Python FastAPI App
# Base Python image
FROM python:3.12-slim
# Set working dire...
hassandevops.com3 min read