Skip to content

Tags: BerkeleyLibrary/.github

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Centralize multi-arch Docker build workflows (#3)

v1.1.0

Toggle v1.1.0's commit message
Pin the docker-ci template to "main"

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use artifacts volume for logs, test results, etc. (#1)

Assumes applications are writing build artifacts to an `artifacts:/opt/app/artifacts` volume, copying that out of application containers and storing it for reference. This makes it possible for applications to distinguish different test outputs, which is not possible when piping everything to stdout/err.

Applications are required to implement this volume in their docker-compose.ci.yml files.