docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 176 forks source link

Also tag invocation image `unknown` so we can run e2e tests in Goland #698

Closed ndeloof closed 4 years ago

ndeloof commented 4 years ago

- What I did So I can run e2e tests from Golang I have to change version.go to point to current git commit (this is handled by Makefile for classic build, but no within IDE) And then I already created PRs with this change committed a few time - too much times actually I changed the build so it also tag the invocation image as unknown, so e2e test can run from Goland without Makefile hacks, without impacting the standard build

- How I did it invocation image is tagged both with git status and as unknown

- How to verify it Use Goland :P

- Description for the changelog _

- A picture of a cute animal (not mandatory but encouraged) image