https://pulumi.com logo
Title
a

astonishing-monitor-96741

05/14/2021, 12:26 PM
Is there a way to add an image tag to a Pulumi.Docker.Image and NOT have it add the Pulumi hash to it? I'm trying to add my own app hash as a tag (because the image rebuilds all the time) but when Pulumi concatenates them its running over the character limit:
ecrblahblah/repo:38989f9f92096e33d3d8505a833f7cf4aaf30a12afec448f895394aefc1e4372-570125e6816fe0b91a5e7c432a3cc0581d864ad49a3f68a7074e00369321cac4
b

broad-dog-22463

05/14/2021, 12:27 PM
@astonishing-monitor-96741 are you setting an ImageName already?
a

astonishing-monitor-96741

05/14/2021, 12:28 PM
@broad-dog-22463 Yes, ImageName = repo.Url : apphashtag
I ended up just truncating my hash to 40 characters. It would be nice if you could add a tag without having it concatenated with the pulumi hash.