Commit graph

5 commits

Author SHA1 Message Date
Debarshi Ray
31a3469fa9 Dockerfile: Fix the build on Fedora OpenShift Build Service
... by removing the docker:// scheme prefix.

https://bugzilla.redhat.com/show_bug.cgi?id=1628914
2018-09-24 17:11:11 +02:00
Debarshi Ray
a878a1fe40 Dockerfile: Add a maintainer label
... as mandated by the Fedora Container Guidelines:
https://fedoraproject.org/wiki/Container:Guidelines#LABELS
2018-09-18 16:06:55 +02:00
Debarshi Ray
5cc2678a36 Dockerfile: Specify a CMD
... as mandated by the Fedora Container Guidelines:
https://fedoraproject.org/wiki/Container:Guidelines#CMD_.2F_ENTRYPOINT

The same entrypoint is also specified in 'create' because since
podman-0.9.1 'podman create ...' doesn't work without a command. See
commit fd697274a3.
2018-09-14 16:38:59 +02:00
Debarshi Ray
edfb736517 Dockerfile: COPY the README.md into the fedora-toolbox image
... as mandated by the Fedora Container Guidelines:
https://fedoraproject.org/wiki/Container:Guidelines#Help_File
2018-09-14 11:49:24 +02:00
Debarshi Ray
990e9eb5b7 Initial revision 2018-08-31 18:38:01 +02:00