canonical / sdcore-amf-rock

Container image for SD-Core AMF
Apache License 2.0
0 stars 1 forks source link

[Feat] Trims down OCI image #3

Closed gruyaume closed 1 year ago

gruyaume commented 1 year ago

Description

Uses the bare base and chiselled libc6. This reduces the container image size to 52MB, which is:

guillaume@thinkpad:~$ docker images | grep -i amf
sdcore-amf                     1.3              c769df5dc791   17 minutes ago      52MB
ghcr.io/canonical/sdcore-amf   1.3              70806e095992   3 weeks ago         125MB
omecproject/5gc-amf            master-a4759db   cc6e58a93c08   5 months ago        83.6MB

This will reduce the security surface and decrease deployment time of the AMF.

Checklist