Skip to content

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 23 Sep 18:08
· 85 commits to master since this release
1d8023b

Installation

ice

curl -sSL https://github.com/altinity/ice/releases/download/v0.7.2/ice-0.7.2 \
  -o ice && chmod a+x ice && sudo mv ice /usr/local/bin/

Docker

  • altinity/ice:0.7.2
  • altinity/ice:debug-0.7.2

debug-* images contain busybox shell.

ice-rest-catalog

curl -sSL https://github.com/altinity/ice/releases/download/v0.7.2/ice-rest-catalog-0.7.2 \
  -o ice-rest-catalog && chmod a+x ice-rest-catalog && sudo mv ice-rest-catalog /usr/local/bin/

Docker

  • altinity/ice-rest-catalog:0.7.2
  • altinity/ice-rest-catalog:debug-0.7.2
  • altinity/ice-rest-catalog:debug-with-ice-0.7.2

debug-* images contain busybox shell.