Found this through a link on the imageproxy readme.
Tried following the docs to deploy via EB, but having some problems.
Could you update the docs to show how others can deploy their own instance?
I'm not overly familiar with Go nor EB
Executing: /usr/bin/unzip -o -d /var/app/staging /opt/elasticbeanstalk/deploy/appsource/source_bundle
Archive: /opt/elasticbeanstalk/deploy/appsource/source_bundle
inflating: /var/app/staging/Dockerrun.aws.json
Unable to launch application as the source bundle does not contain a Buildfile, Procfile or an executable.
But at a gander, zipping just the Dockerrun.aws.json file isn't correct? Should the Dockerfile (edited to remove oreilly specific env vars) and main.go also be included?
Found this through a link on the imageproxy readme.
Tried following the docs to deploy via EB, but having some problems.
Could you update the docs to show how others can deploy their own instance?
I'm not overly familiar with Go nor EB
But at a gander, zipping just the Dockerrun.aws.json file isn't correct? Should the
Dockerfile(edited to remove oreilly specific env vars) andmain.goalso be included?