Skip to content

Commit 12c03c4

Browse files
[sonic_debian_exntesion] install docker_image_ctl.j2 template in the image templates (#5937)
SONiC Package Manager will require to auto-generate the start script using that template. For that, we need this template to be recorded in SONiC filesystem. Signed-off-by: Stepan Blyshchak <[email protected]>
1 parent e179ec2 commit 12c03c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

files/build_templates/sonic_debian_extension.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,9 @@ sudo LANG=C chroot $FILESYSTEM_ROOT docker $SONIC_NATIVE_DOCKERD_FOR_DOCKERFS ta
598598
{% endif %}
599599
{% endfor %}
600600

601+
# Copy docker_image_ctl.j2 for SONiC Package Manager
602+
sudo cp $BUILD_TEMPLATES/docker_image_ctl.j2 $FILESYSTEM_ROOT_USR_SHARE_SONIC_TEMPLATES/docker_image_ctl.j2
603+
601604
{% if include_kubernetes == "y" %}
602605
## Pull in kubernetes docker images
603606
echo "pulling universal k8s images ..."

0 commit comments

Comments
 (0)