Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ base-python-builder Public archive

Container image for building python applications within the pipeline

Notifications You must be signed in to change notification settings

evryfs/base-python-builder

Repository files navigation

EVRY FS python builder image

Docker Repository on Quay

This image is used to build python packages and new container images within the pipeline.

Usage

To execute your pipeline within this image, add this to your Jenkinsfile:

pipeline {
  agent {
    label 'docker'
    docker {
      image 'evryfs/base-python-builder:3.6'
      args '-v /var/run/docker.sock:/var/run/docker.sock'
    }
  }
}

About

Container image for building python applications within the pipeline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published