- Which of these sentences is not true?
a) Docker Content Trust is based on TUF.
b) TUF was developed to ensure software updating processes.
c) It is not possible to validate new software releases.
d) All of the preceding statements are false.
- Which of the following names represent Docker Content Trust keys used to validate image content?
a) Targets
b) Users
c) Groups
d) Timestamp
- How can we ensure that the busybox:latest release is, in fact, the latest one?
a) We cannot ensure the freshness of images.
b) busybox:latest indicates that this image is the latest one created.
c) Content Trust will validate the freshness of images; therefore, we can ensure that the host really executes the busybox:latest image, although we cannot ensure that it is the latest one.
d) All of the preceding statements are false.
- Why will we obtain a denied: requested access to the resource is denied error when trying to sign busybox:trusted?
a) This image does not exist.
b) We are not allowed to...