sclorg / mysql-container

MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
128 stars 200 forks source link

Remove useless fields from template #146

Closed rhcarvalho closed 8 years ago

rhcarvalho commented 8 years ago

The template is complex enough with the information it needs to have. Removing fields that were added automatically when bumping version with an automated tool makes it a bit saner to maintain.

The fields being removed are all specifying default values.

bparees commented 8 years ago

lgtm, thanks @rhcarvalho!