Skip to content

Commit

Permalink
Merge pull request #49 from cloud-gov/feat-update-release
Browse files Browse the repository at this point in the history
feat: Update release
  • Loading branch information
apburnes authored Sep 4, 2024
2 parents 8536aec + b4d1aa7 commit 2def433
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ needs a folder within `tasks` which should be named corresponding to the `appNam
### Docker Image Building in CI

All tasks use the same `Dockerfile` with different build arguments supplied. Each task is built via the concourse task [`oci-build-task`](https://github.com/concourse/oci-build-task). The `.env` file referenced above is supplied as `BUILD_ARGS_FILE` so that `BASE_IMAGE` is available at build time. `TASK_FOLDER` is interpolated by the concourse `across` step and supplied as `BUILD_ARG_TASK_FOLDER`. All base images are required to have python available.

## Changelog

See [CHANGELOG.md](./CHANGELOG.md)

0 comments on commit 2def433

Please sign in to comment.