Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Docker image based on [Dwolla’s core Jenkins Agent Docker image](https://githu

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](https://kislyuk.github.io/yq/) installed, to build this image locally run the following command:
Expand All @@ -20,4 +23,4 @@ make \

Alternatively, without [yq](https://kislyuk.github.io/yq/) installed, refer to the CORE_TAG default values defined in [jenkins-agents-workflow](https://github.com/Dwolla/jenkins-agents-workflow/blob/main/.github/workflows/build-docker-image.yml) and run the following command:

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