Invalid value trying to export to docker on Mac

MacOS 10.11.6
hab 0.7.0/20160614230104

hab pkg export docker hiucimon/SM

★ Binary sh from core/busybox-static/1.24.2/20160729195839 symlinked to /tmp/hab-pkg-dockerize-6ufg/rootfs/bin/sh
invalid value “hiucimon/SM:6.1.2-20160809014535” for flag -t: Error parsing reference: “hiucimon/SM:6.1.2-20160809014535” is not a valid repository/tag

Hi Joe -

It looks like having uppercase letters in the docker repo/tag isn’t supported by Docker [0].

Cheers -
Dave

[0] https://github.com/docker/distribution/issues/1433