Dockerfile 239 B

123456789
  1. FROM scratch
  2. # nothing; just need an image with a fixed digest
  3. COPY Dockerfile /
  4. # hello!
  5. #
  6. # this comment was added after pushing with the above content so that there's a
  7. # new digest for the image, so that we can test for old versions