Giter VIP home page Giter VIP logo

docker_entrypoint's Introduction

docker_entrypoint's People

Contributors

bejelith avatar marcosvm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

marcosvm

docker_entrypoint's Issues

output filename strips more than .template

If the input filename is server.properties.template like in the README, the output filename is server, not server.properties.

$ env SERVER_PROPERTIES_LISTEN_ADDRESS="localhost" SERVER_PROPERTIES_LISTEN_PORT=8080 SERVER_PROPERTIES_ID=1 go/cmd/bin/docker_entrypoint -template SERVER.PROPERTIES.template /bin/true 

results in

-rw-r--r-- 1 hamish hamish   47 Jul  2 15:12 SERVER
-rw-r--r-- 1 hamish hamish   81 Jul  2 11:33 SERVER.PROPERTIES.template

map has no entry for key

No matter what I use for a template I always get an error saying that the template variables are undefined;

Example template

ID {{ .ID }}

Test invocation:

env ID=blah go/cmd/bin/docker_entrypoint -template foo.template /bin/true
foo.template
error rendering template foo.template: template: foo.template:2:6: executing "foo.template" at <.ID>: map has no entry for key "ID"

build fails due to wrong path

Step 6/7 : COPY --from=source /tmp/build/bin/docker_entrypoint /docker_entrypoint
COPY failed: stat tmp/build/bin/docker_entrypoint: file does not exist

The Dockerfile assumes that the built binary will be in /tmp/build/bin but it's in /tmp/build/go/cmd/bin.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.