Hi all, I am trying to create a pod but have been given the image and a tag sepa . . .

tim heaney:
Hi all, I am trying to create a pod but have been given the image and a tag separately, do I combine them with a period (.)? For example, if I’m told to create a pod with the busybox image and tag of 2.1, then I would represent this as “busybox.2.1”, correct? Or, would I use a colon (:slight_smile: here “buxybox:2.1”? Does it matter? Thanks!

Mohamed Ayman:
The correct syntax is using a colon (:slight_smile: “buxybox:2.1”

tim heaney:
Thanks @Mohamed Ayman!

Mohamed Ayman:
You’re welcome