Giter Club home page Giter Club logo

Comments (4)

harto avatar harto commented on June 10, 2024

The abnormally large exit code value (10752) is ignored by sys.exit:

$ python -c 'import sys; sys.exit(10752)'; echo $?
0

Probably because, according to http://docs.python.org/2/library/sys.html#sys.exit:

Most systems require [the exit code] to be in the range 0-127, and produce undefined results otherwise.

from baseimage-docker.

FooBarWidget avatar FooBarWidget commented on June 10, 2024

Can you test this?

from baseimage-docker.

pda avatar pda commented on June 10, 2024

Looks good to me:

# Previous version:
root@e63c58ccd0ef:/# /sbin/my_init --skip-runit --quiet -- bash -c 'exit 42'; echo $?
0
# Current master:
root@e63c58ccd0ef:/# /baseimage-docker/image/my_init --skip-runit --quiet -- bash -c 'exit 42'; echo $?
42

from baseimage-docker.

harto avatar harto commented on June 10, 2024

Awesome, thanks! :-)

from baseimage-docker.

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.