"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "moby" between the packages
moby-23.0.5.tar.gz and moby-23.0.6.tar.gz

About: Moby is a framework to assemble specialized container systems (formerly project name Docker; see here to clarify the relationship between the projects).

Summary:

The "moby" source code changed by about 0.03% and now consists of 7360 regular files (+3), 5 symbolic links and 1515 directories (+1).

Related Informations:

None found by Fossies.

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
C program 11 0 0 0
Assembler program 59 0 0 0
Go program 6195 3 0 35
Python program 2 0 0 0
Shell program 97 0 0 2
Configuration file 7 0 0 0
Initialization file 1 0 0 0
JSON file 41 0 0 0
Makefile 39 0 0 0
SGML document 13 0 0 0
Symbolic link 5 0 0 0
XML document 2 0 0 0
Certificate file 16 0 0 0
Git file 66 0 0 0
HTML page 7 0 0 0
Property list 1 0 0 0
Protocol Buffer file 82 0 0 5
Resource file 1 0 0 0
Service file 3 0 0 0
YAML file 93 0 0 3
Data file 1 0 0 0
Icon 1 0 0 0
Image file 22 0 0 0
Vector Image file 3 0 0 0
Directory 1515 1 0 0
Archive 9 0 0 0
Change log 18 0 0 0
Information file 68 0 0 0
License 167 0 0 0
Readme file 140 0 0 0
Text file 193 0 0 8
Other 2 0 0 0
Total Files88804053



Go Programs (38 of 6195):

NameStatusDeltaVisual Diff
daemon/graphdriver/copy/copy.go changed 2.7% diff
vendor/github.com/containerd/containerd/api/services/containers/v1/containers.pb.go changed 0.1% diff
vendor/github.com/containerd/containerd/api/services/images/v1/images.pb.go changed 0.1% diff
vendor/github.com/containerd/containerd/api/services/introspection/v1/introspection.pb.go changed 0.2% diff
vendor/github.com/containerd/containerd/api/services/snapshots/v1/snapshots.pb.go changed 0.05% diff
vendor/github.com/containerd/containerd/archive/tar.go changed 1.0% diff
vendor/github.com/containerd/containerd/archive/tar_unix.go changed 1.9% diff
vendor/github.com/containerd/containerd/archive/tarheader/tarheader.go added
vendor/github.com/containerd/containerd/archive/tarheader/tarheader_unix.go added
vendor/github.com/containerd/containerd/container.go changed 0.3% diff
vendor/github.com/containerd/containerd/containerstore.go changed 0.5% diff
vendor/github.com/containerd/containerd/content/local/store.go changed 0.3% diff
vendor/github.com/containerd/containerd/diff/walking/differ.go changed 1.3% diff
vendor/github.com/containerd/containerd/image_store.go changed 0.4% diff
vendor/github.com/containerd/containerd/images/archive/exporter.go changed 5.3% diff
vendor/github.com/containerd/containerd/images/converter/default.go changed 0.6% diff
vendor/github.com/containerd/containerd/metadata/boltutil/helpers.go changed 0.2% diff
vendor/github.com/containerd/containerd/mount/mount.go changed 98.5% diff
vendor/github.com/containerd/containerd/mount/temp.go changed 16.5% diff
vendor/github.com/containerd/containerd/oci/spec_opts.go changed 10.0% diff
vendor/github.com/containerd/containerd/oci/spec_opts_linux.go changed 3.4% diff
vendor/github.com/containerd/containerd/oci/spec_opts_nonlinux.go changed 9.9% diff
vendor/github.com/containerd/containerd/oci/spec_opts_unix.go changed 4.3% diff
vendor/github.com/containerd/containerd/oci/spec_opts_windows.go changed 19.2% diff
vendor/github.com/containerd/containerd/oci/utils_unix.go changed 5.0% diff
vendor/github.com/containerd/containerd/reference/docker/reference.go changed 0.3% diff
vendor/github.com/containerd/containerd/runtime/v2/shim/shim.go changed 5.6% diff
vendor/github.com/containerd/containerd/task.go changed 1.0% diff
vendor/github.com/containerd/containerd/task_opts.go changed 0.5% diff
vendor/github.com/containerd/containerd/version/version.go changed 2.9% diff
vendor/github.com/containerd/ttrpc/server.go changed 1.6% diff
vendor/github.com/opencontainers/image-spec/specs-go/v1/annotations.go changed 19.5% diff
vendor/github.com/opencontainers/image-spec/specs-go/v1/artifact.go added
vendor/github.com/opencontainers/image-spec/specs-go/v1/config.go changed 11.0% diff
vendor/github.com/opencontainers/image-spec/specs-go/v1/descriptor.go changed 5.8% diff
vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go changed 17.1% diff
vendor/github.com/opencontainers/image-spec/specs-go/v1/mediatype.go changed 6.2% diff
vendor/github.com/opencontainers/image-spec/specs-go/version.go changed 3.4% diff

Shell Programs (2 of 97):

NameStatusDeltaVisual Diff
hack/dockerfile/install/containerd.installer changed 2.4% diff
hack/dockerfile/install/runc.installer changed 3.2% diff

Protocol Buffer Files (5 of 82):

NameStatusDeltaVisual Diff
vendor/github.com/containerd/containerd/api/services/containers/v1/containers.proto changed 1.1% diff
vendor/github.com/containerd/containerd/api/services/content/v1/content.proto changed 0.6% diff
vendor/github.com/containerd/containerd/api/services/images/v1/images.proto changed 1.6% diff
vendor/github.com/containerd/containerd/api/services/introspection/v1/introspection.proto changed 2.0% diff
vendor/github.com/containerd/containerd/api/services/snapshots/v1/snapshots.proto changed 1.4% diff

YAML Files (3 of 93):

NameStatusDeltaVisual Diff
.github/workflows/.windows.yml changed 0.1% diff
.github/workflows/test.yml changed 0.1% diff
vendor/github.com/containerd/containerd/.golangci.yml changed 100.0% diff

Directories (1 of 1515):

NameStatus
vendor/github.com/containerd/containerd/archive/tarheader added

Text Files (8 of 193):

NameStatusDeltaVisual Diff
Dockerfile changed 0.3% diff
Dockerfile.e2e changed 0.8% diff
Dockerfile.simple changed 1.5% diff
Dockerfile.windows changed 0.4% diff
vendor.mod changed 2.7% diff
vendor.sum changed 0.5% diff
vendor/github.com/containerd/containerd/Vagrantfile changed 0.5% diff
vendor/modules.txt changed 0.6% diff

Packages Compared:

moby-23.0.5.tar.gz
moby-23.0.6.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)