compose/azure/convert
Guillaume Tardif 11f1c057dc Allow pulling private images from hub or other registries, as long as the user is logged in against the registry(ies).
Registry creds are passed along with the ACI payload (cf https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-aci). 
Manually tested against hub & ACR private repo
2020-06-02 15:56:24 +02:00
..
convert.go Allow pulling private images from hub or other registries, as long as the user is logged in against the registry(ies). 2020-06-02 15:56:24 +02:00
convert_test.go Add convert tests 2020-05-04 11:35:11 +02:00
ports.go Add ACI public ip 2020-05-18 11:36:46 +02:00
ports_test.go Add ports convet tests 2020-05-18 12:21:27 +02:00
registrycredentials.go Allow pulling private images from hub or other registries, as long as the user is logged in against the registry(ies). 2020-06-02 15:56:24 +02:00
registrycredentials_test.go Allow pulling private images from hub or other registries, as long as the user is logged in against the registry(ies). 2020-06-02 15:56:24 +02:00
volume.go Add tests to volume convertion 2020-05-20 10:13:12 +02:00
volume_test.go Add tests to volume convertion 2020-05-20 10:13:12 +02:00