Open booniepepper opened 1 year ago
As a side note, longer-term it'd probably be better to get off of the com.spotify:docker-maven-plugin
artifact altogether. The project page mentions it's inactive but the replacement they recommend is also an archived project.
I'm not familiar enough with Docker to recommend a replacement, though. For the short term I think just fixing the filename is enough to make it a working sample on Linux.
The maven plugin in use requires a "Dockerfile" file but this project has a lowercase 'd' in the "dockerfile" it has checked in. Lowercase 'd' works on a case-insensitive filesystem like Mac, but won't work on a filesystem like Linux. (Or related environments like, Amazon Linux, Cloud 9, etc)