AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

Docker image test sync #169

Closed ScottBailey closed 1 year ago

ScottBailey commented 1 year ago
  1. bootstrap.sh was updated to:
    • tag the generated image with the git short commit hash
    • optionally (--release) tag with release tags
      • optionally (--push) push to release location.
  2. Moved version info into its own file (src/dunes/version.py).
  3. Added a hidden --short-version flag to report JUST the version info (e.g. 1.1.0).
  4. A test was added to ensure either the short hash commit image is being used OR - if this was NOT built from a git repo - that the version image is being used.