Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save psrvere/c45062b25b21c41b04dcef767e9a7707 to your computer and use it in GitHub Desktop.
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
RUN echo "build-2255 label 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