summaryrefslogtreecommitdiff
path: root/contrib/helloimage/Containerfile
blob: bea71cae0193adef5475f7d94d5048a1bd472a5d (plain)
1
2
3
4
5
6
7
8
FROM registry.access.redhat.com/ubi8-micro:latest

LABEL maintainer="Podman Maintainers"
LABEL artist="Máirín Ní Ḋuḃṫaiġ, Twitter:@mairin"
WORKDIR /tmp

COPY podman_hello_world.bash .
ENTRYPOINT ./podman_hello_world.bash