Skip to content

Releases: negrel/ocitree

v0.2.0

30 Dec 15:17
Compare
Choose a tag to compare

Add relative reference support.

v0.1.0

05 Dec 23:43
Compare
Choose a tag to compare

This release add the following features:

  • rebase: rebase commits
    • only pick and drop rebase choice supported for now
    • interactive mode

v0.0.4

11 Nov 23:19
Compare
Choose a tag to compare

Add the following features:

  • tag: Add a new reference to HEAD commit
  • run: Execute a command interpreted by /bin/sh
  • fetch: Update repository references

v0.0.3

06 Nov 11:48
Compare
Choose a tag to compare

This release add support of two commit command:

  • add: to add files into the image and commit them
  • exec: to exec a command into the image and commit changes

v0.0.2

05 Nov 22:04
Compare
Choose a tag to compare

This release contains the following features:

  • Fetch command to update all remote references to a repository
  • Mount and unmount rootfs of a repository (different from container rootfs with /dev /proc /sys /run etc)

v0.0.1

05 Nov 12:30
Compare
Choose a tag to compare

First release of ocitree that contains the following features:

  • clone repository
  • checkout to another reference
  • log layers history
  • enter modified user namespace
  • list repositories