Created
August 17, 2026 20:19
-
-
Save psrvere/ee4c09d99b22b971462a820dfda07787 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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