Skip to content

v0.2.0-ralpha.1+boulevardier

Compare
Choose a tag to compare

This is our first release since KubeCon in December! 馃帀

Release Notes

  • fix Name property, add Description, add test (#104)
  • add azure-ark example (#107)
  • defer cnab dir/porter.yaml COPY statements (#119)

Install Instructions

MacOS

curl https://deislabs.blob.core.windows.net/porter/latest/install-mac.sh | bash

Linux

curl https://deislabs.blob.core.windows.net/porter/latest/install-linux.sh | bash

Windows

iwr "https://deislabs.blob.core.windows.net/porter/latest/install-windows.ps1" -UseBasicParsing | iex