Support digest image format like repo/image@sha256:xxxx...
#1057
Labels
Feature Request
Enhancement to existing functionality or new functionality
Cookbook version
4.9.0
Chef-client version
14.9.13
Platform Details
Ubuntu 18.04
Scenario:
I would like to specify a
docker_container
resource to an immutable digest insha256:c6a...
format instead of using a mutable docker tag.Steps to Reproduce:
This docker resource produces the problem:
Expected Result:
I expect docker to use my digest correctly and download and use the image with that digest from the registry
Actual Result:
Specifying
tag 'sha256:....'
results in a docker errorinvalid reference format
The text was updated successfully, but these errors were encountered: