-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
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.2The biggest problem is that it is very large, almost 20 GB:
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
Labels
No labels
