Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@jonboulle jonboulle released this 11 Mar 20:43
· 4729 commits to master since this release
v0.4.0

This release is mostly a milestone release and syncs up with the latest release of the appc spec yesterday.

Note that due to the introduction of a database for indexing the local CAS, users upgrading from previous versions of Rocket on a system may need to clear their local cache by removing the cas directory. For example, using the standard Rocket setup, this would be accomplished with rm -fr /var/lib/rkt/cas.

Major changes since v0.3.2:

  • Updated to v0.4.0 of the appc spec
  • Introduced a database for indexing local images in the CAS (based on github.com/cznic/ql)
  • Refactored container lifecycle to support a new "prepared" state, to pre-allocate a container UUID without immediately running the application
  • Added support for passing arguments to apps through the rkt run CLI
  • Implemented ACI rendering for dependencies
  • Renamed rkt metadatasvc -> rkt metadata-service
  • Added documentation around networking, container lifecycle, and rkt commands