granadaCoder
granadaCoder
@jamesagnew @mbaltus This is Slo@n (most recently from Cleveland HL7). Here is the Hapi Based on Gradle starter kit I briefly discussed with each of you.
Please help.
Hi. I'm still stuck. Any help would be appreciated.
it does not "early choke", but does not complete either. linux result below ``` $ docker pull healthplatformregistry.azurecr.io/hl7v2defaulttemplates:v5.0 v5.0: Pulling from hl7v2defaulttemplates d09ffc980ae5: Pulling fs layer invalid rootfs in image...
Same thing on a windows machine: ` c:\work>docker pull healthplatformregistry.azurecr.io/hl7v2defaulttemplates:v5.0 v5.0: Pulling from hl7v2defaulttemplates d09ffc980ae5: Downloading [=> ] 15.41kB/471.6kB invalid rootfs in image configuration c:\work> `
the error 'invalid rootfs in image configuration' pointed me towards that this library is an OCI image (not a docker image). So the below is the way I was able...
So 'v5.0' is essentially a "magic value". //start quote We will update our doc to list available image list to avoid confusion. Best, Songrui //end quote Yes. Please. I think...
@jamesagnew Sl0@n from Baltimore-Cthon. Don't forget about me!
So this call fails: oras pull healthplatformregistry.azurecr.io/hl7v2defaulttemplates:v5.1 with message: Error: healthplatformregistry.azurecr.io/hl7v2defaulttemplates:v5.1: not found .... So the 5.1.0 files .. are accessible by oras pull healthplatformregistry.azurecr.io/hl7v2defaulttemplates:v5.0 ?? I'm still confused. At...
For future readers.. here is the predictable way to figure out the magic numbers. az acr repository list --name healthplatformregistry.azurecr.io --output table (COMMENT (it is public, so empty-string is ok...