towards5gs-helm icon indicating copy to clipboard operation
towards5gs-helm copied to clipboard

Using custom Docker images

Open konradkar2 opened this issue 3 years ago • 2 comments

Hi I have two questions. Could you show me where currenly used Dockerfiles are? Is there a way to replace docker images repository so I could use my own?

My goal is to use customized docker files(images) so I could have my own, modified version of Free5GC binaries. Also I would like to add my own software to UE containers.

I'm not really familiar with Helm workflow, but is that possible? Or should I setup my work in a different way?

konradkar2 avatar May 14 '22 19:05 konradkar2

Hello

Our Dockerfiles are hosted on a private repository. However you can use them as base images to build new ones, publish them on Dockerhub and then use them to deploy the project on top of K8s.

For example, within te AMF Helm chart, amf.image.name and amf.image.tag parameters allow you to specify the Container image to use. Parameters for each Helm chart are availlable on its Readme.

Bests Raouf

raoufkh avatar Jun 20 '22 09:06 raoufkh

Do you manage to use custom container images?

raoufkh avatar Jul 13 '22 13:07 raoufkh