Chris

Results 4 issues of Chris

### Describe the bug When doing a `docker login` to a registry it will connect directly to the registry's IP instead of the hostname which bypasses my cntlm `NoProxy` config...

t/bug

**Actual behavior** Building the following Dockerfile: https://github.com/nginxinc/docker-nginx/blob/master/modules/Dockerfile.alpine (and https://github.com/nginxinc/docker-nginx/blob/master/modules/Dockerfile) does not work without specifying `--ignore-path=/tmp/packages/`. It fails with the following error: ``` + BUILT_MODULES=' headers-more' + echo 'BUILT_MODULES=" headers-more"' INFO[0026]...

area/multi-stage builds
differs-from-docker

### Describe the bug I can't open the index page on orb.local as described here: https://docs.orbstack.dev/docker/domains#index-page and host.docker.internal does also not resolve to any IP on the host itself. ###...

t/bug

### Describe the bug When I run taze (`npx taze`) in a project with the following dependencies: ``` { "name": "test", "version": "1.0.0", "type": "module", "main": "./dist/index.js", "engines": { "node":...