v0.6.0
Breaking changes
- Support for multi-staging introduced, Vib images now requires a top-level
stages
key where you can define one or more stages to build your image, all the definitions now must be placed in the stages section, please have a read - The -
expose
key is now takes a string, this allows mapping like:8080/tcp
- Support for
env
key added, this takes a map of strings:
envs:
MY_ENV: my_value
MY_OTHER_ENV: my_other_value
Full Changelog: v0.5.0...v0.6.0