diff --git a/templates/compose.yaml.j2 b/templates/compose.yaml.j2 index bf92f16..71ffd57 100644 --- a/templates/compose.yaml.j2 +++ b/templates/compose.yaml.j2 @@ -821,7 +821,7 @@ services: sbi: ipv4_address: "{{ ipv4('smf', 'sbi') }}" - {{ container_s(name='populate', image='docker.io/louisroyer/free5gc-populate', image_build='https://github.com/louisroyer-docker/free5gc-populate.git#master:free5gc-populate', restart='no') }} + {{ container_s(name='populate', image='docker.io/louisroyer/dev-free5gc-populate', image_build='https://github.com/louisroyer-docker/free5gc-populate.git#master:dev-free5gc-populate', restart='no') }} depends_on: mongodb: # required to being able to deregister propertly condition: service_started diff --git a/templates/images-list.yaml b/templates/images-list.yaml index d29916f..227d99a 100644 --- a/templates/images-list.yaml +++ b/templates/images-list.yaml @@ -21,6 +21,9 @@ services: free5gc-populate: image: docker.io/louisroyer/free5gc-populate build: https://github.com/louisroyer-docker/free5gc-populate.git#master:free5gc-populate + dev-free5gc-populate: + image: docker.io/louisroyer/dev-free5gc-populate + build: https://github.com/louisroyer-docker/free5gc-populate.git#master:dev-free5gc-populate docker-setup: image: docker.io/louisroyer/docker-setup build: https://github.com/louisroyer-docker/docker-setup.git#master:.