CrazyMax
CrazyMax
Adds `xx-macports` wrapper to install [MacPorts packages](https://ports.macports.org/). This can be useful for projects using external libs like: https://github.com/crazy-max/goxx/blob/d1984026a69580e20cb2c738fa021bb98e6398ab/examples/jq/exec.go#L11 (Dockerfile usage example: https://github.com/crazy-max/goxx/blob/d1984026a69580e20cb2c738fa021bb98e6398ab/examples/jq/Dockerfile#L18-L23) Needs to update README with basic usage example.
carry #90 and #108
* related to https://github.com/tonistiigi/xx/pull/117 LLVM 11 has a bug where R_386_GOTOFF from .debug_info is not allowed on 386: https://github.com/tonistiigi/xx/actions/runs/5560116409/jobs/10156856888#step:5:576 Since rust 0.71 is built with a recent LLVM version it...
closes #718 closes #665 This is a follow-up #718 and #665. Now that docker-engine supports cross-compilation with `--platform` https://github.com/moby/moby/pull/44546 and compose too https://github.com/docker/compose/pull/9744 we can move on better support for...
Just checking out the repo to warmup GitHub Actions on this repo. Signed-off-by: CrazyMax
follow-up https://github.com/docker/cli/pull/3387#issuecomment-990904945 **- What I did** Looks like we are ready to switch to go module for this repo as we are now compatible with Go's conventions (we are SemVer...
closes https://github.com/docker/docker-credential-helpers/issues/280