Releases: combust-labs/firebuild-mmds
Releases · combust-labs/firebuild-mmds
v0.0.12
NEW
- create intermediate directories for
ADD
/ COPY
resources; replicates the default Docker behavior
v0.0.11
NEW
- includes shared components
v0.0.8
with corrected large files handling
v0.0.10
NEW
- updates shared to
v0.0.7
with fixed command expansion
- changes how commands are executed: tries executing from an executable file with environment embedded, if executable creation fails, falls back to executing command inline
FIXES
- fixes relative file resource
COPY
/ ADD
v0.0.9
FIXED
- when constructing shell command environment, include
os.Environ
- updated shared to
v0.0.6
v0.0.8
NEW
- shared updated to
v0.0.5
to support ping
- bootstrap client supports configurable ping
- MMDS metadata JSON now uses camel case to simplify metadata reading with
jq
and similar tools
ssh-port
removed from MMDS metadata
v0.0.6
This is the first properly working version. Versions prior to this one should not be used.
FIXES
- environment exports incorrectly expanded
- put
workdir
fetched from MMDS in PATH
This version works properly for etcd 3.4.0 on Alpine Linux and postgres 13 on Debian Buster slim.
v0.0.5
NEW
- export environment variables for the entrypoint runner, source the env file, if exists
v0.0.4
FIXES
- fix entrypoint dependency on top level environment
- fix release process
v0.0.3
NEW
- adds generating the firebuild entrypoint executable file from MMDS metadata