Skip to content

The package registry package size is very large. #1283

@al-ah

Description

@al-ah

Description

Hi,

According to this document: https://www.elastic.co/guide/en/fleet/current/air-gapped.html
I ran the following commands to be able to use the package registry offline:

docker pull docker.elastic.co/package-registry/distribution:8.17.2

docker save -o package-registry-8.17.2.tar docker.elastic.co/package-registry/distribution:8.17.2

The biggest problem is that it is very large, almost 20 GB:

Image

Worse, when you want to make the system usable offline on Docker, you need three times the space, 60 GB (20 GB for copying the package-registry-8.17.2.tar file, 20 GB for loading the image into Docker, 20 GB for creating the Docker container)
While its size for version 8.10.3, which is almost 15 months ago, was only 7.7 GB.

Why does it have to be so large? Is it needed at all? Will the size continue to increase in the future?

I think a fundamental and better solution is needed.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions