Code Monkey home page Code Monkey logo

Comments (5)

developer-guy avatar developer-guy commented on June 15, 2024 1

Thx for raising an issue @marcofranssen! Thx to the @rawlingsj, we figured out the problem and it will be landed soon! Here is the PR for the fix.

from images.

developer-guy avatar developer-guy commented on June 15, 2024

The PR for the fix is now merged, then I requested from @kaniini to re-trigger the pipeline for the wait-for-it image, the pipeline looks like completed successfully, but I tried to run the newer wait-for-it image, it seems that problem still exists @rawlingsj 😩

$ docker container run cgr.dev/chainguard/wait-for-it:latest-20221214
exec /usr/bin/wait-for-it: no such file or directory

from images.

rawlingsj avatar rawlingsj commented on June 15, 2024

Did you try a docker pull? I just got the latest digest from the registry https://registry-ui.chainguard.app/?image=cgr.dev/chainguard/wait-for-it@sha256:a268fe22ed72687d2d8a9493c7af874f9b1013a18a43d5c121c957f1b94fe2a5

And it seems to work

docker run cgr.dev/chainguard/wait-for-it@sha256:a268fe22ed72687d2d8a9493c7af874f9b1013a18a43d5c121c957f1b94fe2a5
Error: you need to provide a host and port to test.
Usage:
    wait-for-it host:port [-s] [-t timeout] [-- command args]
    -h HOST | --host=HOST       Host or IP under test
    -p PORT | --port=PORT       TCP port under test
                                Alternatively, you specify the host and port as host:port
    -s | --strict               Only execute subcommand if the test succeeds
    -q | --quiet                Don't output any status messages
    -t TIMEOUT | --timeout=TIMEOUT
                                Timeout in seconds, zero for no timeout
    -- COMMAND ARGS             Execute command with args after the test finishes

from images.

marcofranssen avatar marcofranssen commented on June 15, 2024

I did the following and it works. 🚀

$ docker run --rm cgr.dev/chainguard/wait-for-it:latest-20221215 -t 30 -p 443 -h google.com
wait-for-it: waiting 30 seconds for google.com:443
wait-for-it: google.com:443 is available after 0 seconds

Please not yesterdays tag latest-20221214 does not work, initially I also made the mistake by testing with same tag.

from images.

rawlingsj avatar rawlingsj commented on June 15, 2024

OK great to hear! I'm going to close this issue. Reopen or we can work on a new issue if you run into anymore problems.

from images.

Related Issues (20)

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.