Your message dated Thu, 12 Sep 2019 08:33:22 +1000
with message-id <2348947.kqZtRUuYng@deblab>
and subject line Re: Bug#921949: #921949 ITP: golang-github-containers-storage 
-- Go library for handling how containers are stored on disk
has caused the Debian Bug report #921949,
regarding ITP: golang-github-containers-storage -- Go library for handling how 
containers are stored on disk
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
921949: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921949
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler <siret...@tauware.de>

* Package name    : golang-github-containers-storage
  Version         : 1.5-1
  Upstream Author : 
* URL             : https://github.com/containers/storage
* License         : Apache-2.0
  Programming Lang: Go
  Description     : Go library for handling how containers are stored on disk


 Please see
 
https://www.redhat.com/en/blog/working-container-storage-library-and-tools-red-hat-enterprise-linux
 for some more background on this library. It is a dependency for skopeo,
 podman and buildah.

 Suggestions for improvements of the package description would be much
 appreciated.

 storage is a Go library which aims to provide methods for storing
 filesystem layers, container images, and containers.  A containers-storage
 CLI wrapper is also included for manual and scripting use.
 .
 Operations which use VMs expect to launch them using 'vagrant',
 defaulting to using its 'libvirt' provider.  The boxes used are also
 available for the 'virtualbox' provider, and can be selected by setting
 $VAGRANT_PROVIDER to 'virtualbox' before kicking off the build.
 .
 The library manages three types of items: layers, images, and containers.
 .
 A layer is a copy-on-write filesystem which is notionally stored as a set
 of changes relative to its parent layer, if it has one.  A given layer can
 only have one parent, but any layer can be the parent of multiple layers.
 Layers which are parents of other layers should be treated as read-only.
 .
 An image is a reference to a particular layer (its top layer), along with
 other information which the library can manage for the convenience of
 its caller.  This information typically includes configuration templates
 for running a binary contained within the image's layers, and may include
 cryptographic signatures.  Multiple images can reference the same layer,
 as the differences between two images may not be in their layer contents.
 .
 A container is a read-write layer which is a child of an image's
 top layer, along with information which the library can manage for
 the convenience of its caller.  This information typically includes
 configuration information for running the specific container.  Multiple
 containers can be derived from a single image.
 .
 Layers, images, and containers are represented primarily by 32 character
 hexadecimal IDs, but items of each kind can also have one or more
 arbitrary names attached to them, which the library will automatically
 resolve to IDs when they are passed in to API calls which expect IDs.
 .
 The library can store what it calls metadata for each of these types of
 items.  This is expected to be a small piece of data, since it is cached
 in memory and stored along with the library's own bookkeeping information.
 .
 Additionally, the library can store one or more of what it calls big
 data for images and containers.  This is a named chunk of larger data,
 which is only in memory when it is being read from or being written to
 its own disk file.

--- End Message ---
--- Begin Message ---
On Wednesday, 11 September 2019 10:15:47 PM AEST Reinhard Tartler wrote:
> Thanks for the offer, I've just uploaded your changes, along with a new
> upstream version, to unstable.

Awesome, thanks. 

FYI golang-github-ostreedev-ostree-go is in unstable too (accepted very 
fast):

  https://tracker.debian.org/pkg/golang-github-ostreedev-ostree-go

I'm closing this bug since containers-storage arrived in "unstable"...

-- 
Regards,
 Dmitry Smirnov.

---

He who cannot obey himself will be commanded. That is the nature of living
creatures.
        -- Friedrich Nietzsche

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to