Skip to content

Instantly share code, notes, and snippets.

@psrvere
Created August 17, 2026 20:19
Show Gist options
  • Select an option

  • Save psrvere/ee4c09d99b22b971462a820dfda07787 to your computer and use it in GitHub Desktop.

Select an option

Save psrvere/ee4c09d99b22b971462a820dfda07787 to your computer and use it in GitHub Desktop.
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
RUN echo "build-2267 imageLabels test" > /tmp/marker
CMD ["cat", "/tmp/marker"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment