Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 06:03
· 3 commits to master since this release
6c1ce81

Installation

ice

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

Docker

  • altinity/ice:0.2.0
  • altinity/ice:debug-0.2.0

debug-* images contain busybox shell.

ice-rest-catalog

curl -sSL https://github.com/altinity/ice/releases/download/v0.2.0/ice-rest-catalog-0.2.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.2.0
  • altinity/ice-rest-catalog:debug-0.2.0
  • altinity/ice-rest-catalog:debug-with-ice-0.2.0

debug-* images contain busybox shell.