Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 833 Bytes

File metadata and controls

34 lines (22 loc) · 833 Bytes

Installation

ice

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

Docker

  • altinity/ice:REPLACE_WITH_VER
  • altinity/ice:debug-REPLACE_WITH_VER

debug-* images contain busybox shell.

ice-rest-catalog

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

Docker

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

debug-* images contain busybox shell.