Add image shasum to metadata during deployment as well

For example, if you update the current logshipper image by running the image update command, the shasum will be added as follows, but if you run the deploy command, the shasum will be cropped.

  	... // 19 identical lines
  	    }
  	  ],
- 	  "image": "ghcr.io/superfly/fly-log-shipper:latest",
+ 	  "image": "ghcr.io/superfly/fly-log-shipper:latest@sha256:a61d83f8062e1fd23b54356c26752ee426d55821c8800c1bff4b2ce6f157564c",
  	  "restart": {},
  	  "guest": {
  	... // 5 identical lines

This seems a bit wasteful in terms of skipping unnecessary updates of the image, but is there any intention to this?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.