Commit Graph

9 Commits

Author SHA1 Message Date
Adam Miller
b79963bcd4 Fix docker metadata formatting and license
The previous formatting for docker image metadata was getting
escaped incorrectly when passed to imagefactory. This resolves that.

Fix the license label to be MIT instead of GPLv2.

Fix the bash path

Remove atomic RUN command, it causes build failures and isn't
necessary in the base image.

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2017-03-31 13:55:08 -05:00
Adam Miller
4172585460 Add dockerversion to factory-parameters
Currently, imagefactory's docker plugin will default an older
version of the metadata imager format that is not compatible with
the latest versions of docker. This change tells the plugin to use
the docker version "1.10.1" metadata format which is compatible with
all currently available docker releases.

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2017-03-30 11:51:25 -05:00
Adam Miller
9726b84509 Add docker base image metadata
Currently we don't produce a docker base image that can be used with
OSBS or via the 'atomic run' command without modification. This
fixes that and will allow for an automated import of the base images
into the Fedora Container Registry

Also fix some missing commas in list and dict declarations

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2017-03-28 16:54:48 -05:00
Dennis Gilmore
62ad8d41a7 rename the Fedora_Docker compose to Fedora-Docker
PDC only allows a-Z and - in the compose names

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-11 14:39:32 -06:00
Dennis Gilmore
198d7c4208 change the docker base image file name back to make koji happy
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-05 17:03:42 -06:00
Dennis Gilmore
14d47ef9bb change Fedora-Docker to Fedora_Docker
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-05 12:15:44 -06:00
Dennis Gilmore
97a1744c4b fix up repos
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-05 11:50:02 -06:00
Dennis Gilmore
0daa664b40 add install tre from
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-05 11:32:10 -06:00
Dennis Gilmore
e1b602d79c add docker base image compose
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-05 10:39:31 -06:00