PackageTrack

Go modules · #1771

github.com/opencontainers/umoci

v0.6.0opencontainers/umoci

Release timeline

905 releases since 2016
20182020202220242026

Releases

  1. v0.2.2-0.20170703105234-9f37538558e13 Jul 2017pre-release

    Nothing published for this version

  2. v0.2.2-0.20170703095437-4c326330dac83 Jul 2017pre-release

    Nothing published for this version

  3. v0.2.2-0.20170703083700-8fd8cb7ea0a63 Jul 2017pre-release

    Nothing published for this version

  4. v0.2.2-0.20170703083131-ccb8f85e82e53 Jul 2017pre-release

    Nothing published for this version

  5. v0.2.2-0.20170703083127-e2b2e8d5caed3 Jul 2017pre-release

    Nothing published for this version

  6. v0.2.2-0.20170703082903-481790df951b3 Jul 2017pre-release

    Nothing published for this version

  7. v0.2.2-0.20170703070132-bf25ef0945523 Jul 2017pre-release

    Nothing published for this version

  8. v0.2.2-0.20170703070132-a87ef8cbd5343 Jul 2017pre-release

    Nothing published for this version

  9. v0.2.2-0.20170703070132-4d10cf2c71383 Jul 2017pre-release

    Nothing published for this version

  10. v0.2.2-0.20170703070132-146b3f071ad43 Jul 2017pre-release

    Nothing published for this version

  11. v0.2.2-0.20170703070131-1becb2ea0a233 Jul 2017pre-release

    Nothing published for this version

  12. v0.2.2-0.20170630070537-82a74e25d9ff30 Jun 2017pre-release

    Nothing published for this version

  13. v0.2.2-0.20170630062649-54eef9a70e2530 Jun 2017pre-release

    Nothing published for this version

  14. v0.2.2-0.20170629110146-7ded8726bbf729 Jun 2017pre-release

    Nothing published for this version

  15. v0.2.2-0.20170519065158-4216457aaf9719 May 2017pre-release

    Nothing published for this version

  16. v0.2.2-0.20170517220203-2827f27fb99517 May 2017pre-release

    Nothing published for this version

  17. v0.2.2-0.20170517113404-2a8db4992e1817 May 2017pre-release

    Nothing published for this version

  18. v0.2.2-0.20170517113306-0348467090bd17 May 2017pre-release

    Nothing published for this version

  19. v0.2.2-0.20170517102128-a1ade62a867917 May 2017pre-release

    Nothing published for this version

  20. v0.2.2-0.20170517101800-cad9bbcddacc17 May 2017pre-release

    Nothing published for this version

  21. v0.2.2-0.20170516121458-11cb2c6d690816 May 2017pre-release

    Nothing published for this version

  22. v0.2.2-0.20170512052339-a5b36804c7dd12 May 2017pre-release

    Nothing published for this version

  23. v0.2.2-0.20170511141900-5e29029c2bb311 May 2017pre-release

    Nothing published for this version

  24. v0.2.2-0.20170412000954-978bc286c4a212 Apr 2017pre-release

    Nothing published for this version

  25. v0.2.2-0.20170411234140-64e8137c196f11 Apr 2017pre-release

    Nothing published for this version

  26. v0.2.111 Apr 2017
    Release notes

    Added

    • hack/release.sh automates the process of generating all of the published artefacts for releases. The new script also generates signed source code archives. opencontainers/umoci#116

    Changed

    • umoci now outputs configurations that are compliant with v1.0.0-rc5 of the OCI runtime-spec. This means that now you can use runc v1.0.0-rc3 with umoci (and rootless containers should work out of the box if you use a development build of runc). opencontainers/umoci#114
    • umoci unpack no longer adds a dummy linux.seccomp entry, and instead just sets it to null. opencontainers/umoci#114
    Open source →
  27. v0.2.1-0.20170411234052-771349e5e05a11 Apr 2017pre-release

    Nothing published for this version

  28. v0.2.1-0.20170411233605-9c3ebacae55111 Apr 2017pre-release

    Nothing published for this version

  29. v0.2.1-0.20170411233605-3926d8f91e6611 Apr 2017pre-release

    Nothing published for this version

  30. v0.2.1-0.20170411210723-6994e3c683f611 Apr 2017pre-release

    Nothing published for this version

  31. v0.2.1-0.20170411194825-86805261ffe311 Apr 2017pre-release

    Nothing published for this version

  32. v0.2.1-0.20170411194824-d69195d99bc611 Apr 2017pre-release

    Nothing published for this version

  33. v0.2.1-0.20170411194822-4093c173b88011 Apr 2017pre-release

    Nothing published for this version

  34. v0.2.1-0.20170411194821-27cd6ae6571c11 Apr 2017pre-release

    Nothing published for this version

  35. v0.2.1-0.20170411194820-7105e75c07fb11 Apr 2017pre-release

    Nothing published for this version

  36. v0.2.1-0.20170410152452-4aa2146306ca10 Apr 2017pre-release

    Nothing published for this version

  37. v0.2.1-0.20170410141829-02aca5fc4a9f10 Apr 2017pre-release

    Nothing published for this version

  38. v0.2.010 Apr 2017
    Release notes

    Added

    • umoci now has some automated scripts for generated RPMs that are used in openSUSE to automatically submit packages to OBS. opencontainers/umoci#101
    • --clear=config.{cmd,entrypoint} is now supported. While this interface is a bit weird (cmd and entrypoint aren't treated atomically) this makes the UX more consistent while we come up with a better cmd and entrypoint UX. opencontainers/umoci#107
    • New subcommand: umoci raw runtime-config. It generates the runtime-spec config.json for a particular image without also unpacking the root filesystem, allowing for users of umoci that are regularly parsing config.json without caring about the root filesystem to be more efficient. However, a downside of this approach is that some image-spec fields (Config.User) require a root filesystem in order to make sense, which is why this command is hidden under the umoci-raw(1) subcommand (to make sure only users that understand what they're doing use it). opencontainers/umoci#110

    Changed

    • umoci's oci/cas and oci/config libraries have been massively refactored and rewritten, to allow for third-parties to use the OCI libraries. The plan is for these to eventually become part of an OCI project. opencontainers/umoci#90
    • The oci/cas interface has been modifed to switch from *ispec.Descriptor to ispec.Descriptor. This is a breaking, but fairly insignificant, change. opencontainers/umoci#89

    Fixed

    • umoci now uses an updated version of go-mtree, which has a complete rewrite of Vis and Unvis. The rewrite ensures that unicode handling is handled in a far more consistent and sane way. opencontainers/umoci#88
    • umoci used to set process.user.additionalGids to the "normal value" when unpacking an image in rootless mode, causing issues when trying to actually run said bundle with runC. opencontainers/umoci#109
    Open source →
  39. v0.1.1-0.20240909121406-afceb4b039de9 Sept 2024pre-release

    Nothing published for this version

  40. v0.1.1-0.20230420235459-c8183de1a5c520 Apr 2023pre-release

    Nothing published for this version

  41. v0.1.1-0.20211206062043-86eb281e09266 Dec 2021pre-release

    Nothing published for this version

  42. v0.1.1-0.20210920215515-0be3d90c70e220 Sept 2021pre-release

    Nothing published for this version

  43. v0.1.1-0.20210901212216-785ed73be5761 Sept 2021pre-release

    Nothing published for this version

  44. v0.1.1-0.20210420234344-089592e6ba6220 Apr 2021pre-release

    Nothing published for this version

  45. v0.1.1-0.20210412123716-a5d1ee156b7612 Apr 2021pre-release

    Nothing published for this version

  46. v0.1.1-0.20170410141044-4678c6eddba710 Apr 2017pre-release

    Nothing published for this version

  47. v0.1.1-0.20170410130453-06871d9c3ec810 Apr 2017pre-release

    Nothing published for this version

  48. v0.1.1-0.20170410130403-c162524a3c8410 Apr 2017pre-release

    Nothing published for this version

  49. v0.1.1-0.20170410101840-7fb831cb378d10 Apr 2017pre-release

    Nothing published for this version

  50. v0.1.1-0.20170410101512-fb1bfeae901710 Apr 2017pre-release

    Nothing published for this version

  51. v0.1.1-0.20170410101512-f7157c650bff10 Apr 2017pre-release

    Nothing published for this version

  52. v0.1.1-0.20170410101512-2d8b4380befa10 Apr 2017pre-release

    Nothing published for this version

  53. v0.1.1-0.20170410101507-e128a276045c10 Apr 2017pre-release

    Nothing published for this version

  54. v0.1.1-0.20170409170902-a3f6831d58459 Apr 2017pre-release

    Nothing published for this version

  55. v0.1.1-0.20170409160219-7d4c24b5d28a9 Apr 2017pre-release

    Nothing published for this version

  56. v0.1.1-0.20170406233244-3d568746c8506 Apr 2017pre-release

    Nothing published for this version

  57. v0.1.1-0.20170406125656-4b12594b90d86 Apr 2017pre-release

    Nothing published for this version

  58. v0.1.1-0.20170405125729-807d550fd1ca5 Apr 2017pre-release

    Nothing published for this version

  59. v0.1.1-0.20170405103300-2a596aebac625 Apr 2017pre-release

    Nothing published for this version

  60. v0.1.1-0.20170405095800-025556ac8f215 Apr 2017pre-release

    Nothing published for this version