About 585,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 use the alias (see below).

  2. python-devs / ci-images · GitLab

    Dec 3, 2017 · Docker images for CI where you need lots of Python versions and tools.

  3. Deploying Python repositories | GitLab Docs - GitLab

    Publishing images. Images must be published in the container registry of the project. It’s also recommend to publish the images on DockerHub. To create an image repository on Docker Hub, create an account with your GitLab handle and create an Access Request to be added to the GitLab organization.

  4. 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 (see below).

  5. How to build and test docker images in GitLab CI - Medium

    Sep 21, 2016 · Using Docker Build GitLab CI allows you to use Docker Engine to build and test docker-based projects. **This also allows to you to use docker-compose and other docker-enabled tools.**

  6. 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 your application.

  7. 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 applies equally to Perl projects, as well.

  8. 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.

  9. 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 are three types of runners, based on who you want to have access: For this, I use Group runner since my project is stored in one group.

  10. Python⇒Speed / Building Docker images - GitLab

    Sep 30, 2021 · Demonstration of building Docker images in GitLab CI.

Refresh