This release contains the following new features:
Adding From, Volume, Port, Environment Variable, command and entry-point information to manifest files.
The Utility.Install
has been updated updated to support this new meta-data information: When docker files are generated, the corresponding FROM
, VOLUME
, EXPOSE
, ARG
, ENV
, LABEL
, RUN
and ENTRYPOINT
commands are issued based on meta-data available in referenced manifest files.
This release contains the following fixes:
HTTP absolute form (RFC 7230, §5.3.2) now supported.
HTTP HEAD
method and early errors returned content.
Unauthorized access exception when calling Agent API RemoteQuickLogin resource.