Skip to content
View lwiedenhoeft's full-sized avatar

Block or report lwiedenhoeft

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lwiedenhoeft/README.md
  • 👋 Hi, I’m @lwiedenhoeft
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Pinned Loading

  1. Manipulate FROM statement inside the... Manipulate FROM statement inside the Dockerfile during docker build
    1
    # https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#pipe-dockerfile-through-stdin
    2
    # Since we can't use the build args to manipulate the FROM statement, we need to use the following trick.
    3
    # First, we print the Dockerfile through stdin, then we replace a string via the sed cmd and in the end we run the build.
    4
    
                  
    5
    # Assuming . is your build-context and the Dockerfile looks like this ->
  2. helloworld-java helloworld-java Public

    simple java hello world with spring boot

    Java

  3. logstash-filter-development logstash-filter-development Public

    4 4