Skip to content

Dwolla/jenkins-agent-docker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Agent with Python Build Tools

license

Docker image based on Dwolla’s core Jenkins Agent Docker image making Python build tools available to Jenkins jobs.

GitHub Actions will build the Docker images for multiple supported architectures.

Releases

Create a release tag in Github. The tag should be v{date}, example: v2025-05-23. Multiple realeases on the same day, add a letter suffix, like v2025-05-23b. You can use the use the “Generate release notes” button to put together the start of the release notes, and then tweak it as you see fit.

Local Development

With yq installed, to build this image locally run the following command:

make \
    CORE_JDK11_TAG=$( curl --silent https://raw.githubusercontent.com/Dwolla/jenkins-agents-workflow/main/.github/workflows/build-docker-image.yml | \
        yq .on.workflow_call.inputs.CORE_TAG.default) \
    all

Alternatively, without yq installed, refer to the CORE_TAG default values defined in jenkins-agents-workflow and run the following command:

make CORE_JDK11_TAG=<default-core-jdk11-tag-from-jenkins-agents-workflow> all

About

Docker image based on Dwolla’s core Jenkins Agent Docker image making Python build tools available to Jenkins jobs.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors