equinixmetal-archive / csi-packet

Kubernetes CSI driver for Equnix Metal, formerly Packet
Apache License 2.0
25 stars 13 forks source link

fix docker pull logic #57

Closed deitch closed 5 years ago

deitch commented 5 years ago

The logic was using makefile ifeq incorrectly, but using it correctly would have led to calling docker image ls all the time. This fixes it.

Also parametrized one var while we were at it.

This will fix the issue with tagging.