Skip to content

[cern] do not check containerd tarball sha256

Ricardo Rocha requested to merge containerdarch into cern/train

Reasoning is to support multiple architecture pulls. The sha256sum is defined as a label in the template, which makes the tarball hard coded per template.

Without the check we can make it pull depending on the arch instead. We can see if we need to validate the sum later.

Closes #37 (closed)

Merge request reports