Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 06:00
· 1 commit to master since this release
c6de9a9

Installation

ice

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

Docker

  • altinity/ice:0.3.1
  • altinity/ice:debug-0.3.1

debug-* images contain busybox shell.

ice-rest-catalog

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

Docker

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

debug-* images contain busybox shell.