We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecf1d4 commit ba0c204Copy full SHA for ba0c204
1 file changed
justfile
@@ -121,7 +121,7 @@ build-container target="dataplane" *args: (build (if target == "dataplane" { "da
121
{{ _setup_docker_env_ }}
122
case "{{target}}" in
123
"dataplane" | "dataplane-tar")
124
- docker import --change "ENV PATH=/bin" --change "ENTRYPOINT /bin/dataplane" ./results/dataplane-tar {{ oci_image_dataplane }}
+ docker import --change "ENV PATH=/bin" --change 'ENTRYPOINT ["/bin/dataplane"]' ./results/dataplane-tar {{ oci_image_dataplane }}
125
echo "imported {{ oci_image_dataplane }}"
126
;;
127
"frr.dataplane")
0 commit comments