Skip to content

Commit

Permalink
Merge pull request ManageIQ#12113 from fbladilo/dockerfile_add_opensh…
Browse files Browse the repository at this point in the history
…ift_img_metadata

Dockerfile add OpenShift image metadata
  • Loading branch information
simaishi committed Oct 24, 2016
2 parents a07ae80 + 81a5f1c commit 97d510d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,11 @@ LABEL name="manageiq" \
STOP='docker stop ${NAME}_run && echo "Container ${NAME}_run has been stopped"' \
UNINSTALL='docker rm -v ${NAME}_volume ${NAME}_run && echo "Uninstallation complete"'

## OpenShift Labels
LABEL io.k8s.description="ManageIQ is a management and automation platform for virtual, private, and hybrid cloud infrastructures." \
io.k8s.display-name="ManageIQ" \
io.openshift.expose-services="443:https" \
io.openshift.tags="ManageIQ,miq,manageiq"

## Call systemd to bring up system
CMD [ "/usr/sbin/init" ]

0 comments on commit 97d510d

Please sign in to comment.