Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 21 Oct 05:36
· 78 commits to master since this release
d56b849

Installation

ice

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

Docker

  • altinity/ice:0.9.0
  • altinity/ice:debug-0.9.0

debug-* images contain busybox shell.

ice-rest-catalog

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

Docker

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

debug-* images contain busybox shell.