fix(docker): restore semver build; correct names; simplify build pipeline #393
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes fixes to further support the automatic deployment pipeline work. Specifically:
-dev
on image name)Proof of work:
These images were actually pushed to docker hub if you'd like to test them out:
Dev builds have
bin/bash
shell for entrypoint:docker run -it --rm --entrypoint=/bin/bash filecoin/sentinel-visor:v0.0.0-rc0-dev
Prod builds have
bin/sh
shell for entrypoint:docker run -it --rm --entrypoint=/bin/sh filecoin/sentinel-visor:v0.0.0-rc0
master
: https://app.circleci.com/pipelines/github/filecoin-project/sentinel-visor/1407/workflows/e91e38a0-02a6-4d24-977c-c3f388541ad1/jobs/2892v0.0.0-rc0
: https://app.circleci.com/pipelines/github/filecoin-project/sentinel-visor/1411/workflows/9014200a-8828-431f-8709-cf04e2eb93a3/jobs/2899