Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
POST /namespaces/default/artifacts/myapp -H "Artifact-Version: 1.0.1" --data-binary @myapp-1.0.1.jar

Note: version is only necessary if we cannot find it in the Manifest as Bundle-Version. Is it always contained in the manifest?

 

An application can then be created from that artifact in a separate call.

...