About 578,000 results
Open links in new tab
  1. python-gitlab v5.6.0 - Read the Docs

    Using the docker images¶ python-gitlab provides Docker images in two flavors, based on the Alpine and Debian slim python base images. The default tag is alpine, but you can explicitly …

  2. python - Official Image - Docker Hub

    Docker Official Images are a curated set of Docker open source and drop-in solution repositories. Why Official Images? These images have clear documentation, promote best practices, and …

  3. python-devs / ci-images - GitLab

    Docker images for CI where you need lots of Python versions and tools.

  4. Run your CI/CD jobs in Docker containers | GitLab Docs

    To run CI/CD jobs in a Docker container, you need to: Register a runner and configure it to use the Docker executor. Specify the container image where you want to run the CI/CD jobs in the …

  5. Build Docker Images with GitLab CI - TechDirectArchive - Learn …

    Jun 29, 2023 · In this post, I will be showing you how to Build Docker Images with GitLab CI. One of the most used cases for CI pipeline is building Docker images and using them to deploy …

  6. python-gitlab - PyPI

    Jan 28, 2025 · python-gitlab provides Docker images in two flavors, based on the Alpine and Debian slim python base images. The default tag is alpine, but you can explicitly use the alias …

  7. Building Docker images on GitLab CI: Docker-in-Docker and …

    Sep 30, 2021 · Building Docker images with Gitlab CI can be a little complicated. Learn how to do it with Docker-in-Docker, or the simpler option of using Podman.

  8. CI/CD using Gitlab and Docker : Python-app example

    Mar 12, 2024 · With Dockerfile, it can build an image and using python:3.8.0-slim as base of the app. Next we will preparing the Gitlab runner. In this article, I use a vm for the Runner. There …

  9. How to Set Up CI/CD for Python Builds on GitLab - ActiveState

    Jun 4, 2020 · In this post, I’ll explain how to set up a CI/CD pipeline on GitLab for a Python project, incorporating an ActiveState Python runtime environment and tooling, but the method …

  10. python 3.x - Gitlab: Docker within Docker? - Stack Overflow

    Sep 10, 2021 · One solution I imagine is that each data processing module would have to be tested in a Docker container designed by the module designer, and the image name would be, …

Refresh