Searched refs:IN_DOCKER (Results 1 – 4 of 4) sorted by relevance
52 unless ENV['IN_DOCKER'] == 'true'85 unless ENV['IN_DOCKER'] == 'true'122 IN_DOCKER=true rake compile gem constant132 …IN_DOCKER=true rake native:#{plat} pkg/#{spec.full_name}-#{plat}.gem RUBY_CC_VERSION=3.1.0:3.0.0:2… constant
50 unless ENV['IN_DOCKER'] == 'true'83 unless ENV['IN_DOCKER'] == 'true'120 IN_DOCKER=true rake compile gem constant130 …IN_DOCKER=true rake native:#{plat} pkg/#{spec.full_name}-#{plat}.gem RUBY_CC_VERSION=3.1.0:3.0.0:2… constant
27 IN_DOCKER = os.path.exists('/.dockerenv') variable
25 from pyfakefs.helpers import IN_DOCKER, IS_PYPY5074 if IN_DOCKER: