Skip to content

Commit

Permalink
fix: adds docker image check to CI and manual CI check step to releas…
Browse files Browse the repository at this point in the history
…e docs
  • Loading branch information
Michael Ferris authored and Michael Ferris committed Dec 1, 2023
1 parent 5eadae6 commit 1f69437
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
name: Build Docker image
no_output_timeout: 30m
command: docker build -f ./docker/Dockerfile -t $IMAGE_NAME:latest --build-arg GIT_HASH=$CIRCLE_SHA1 .
- run:
name: Check that Docker container has no defects
command: docker run $IMAGE_NAME:latest -h
- run:
name: Archive Docker image
command: docker save -o image.tar $IMAGE_NAME
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release checklist

## First

Ensure that the CI for the latest commit to master is passing.
This ensures that trin itself is working, and that the latest docker image is working and published.

## Communicate

Announce in #trin chat the upcoming release. Aim for a day or more notice, but
Expand Down

0 comments on commit 1f69437

Please sign in to comment.