-
Description
===========
I'm trying statically compile using `golang:1.15-alpine` image
```
WORKDIR /src
COPY . .
RUN apk update && apk add --no-cache librdkafka librdkafka-dev build-base git ca-…
-
Attempting build in docker vm `alpine:3.12`, `make` fails relatively early with:
```
checking build system type... Invalid configuration `/root/build': machine `/root/build' not recognized
```
…
-
##### System information (version)
- OpenCV => 4.2.0
- Operating System / Platform => x86 32b, Alpine Linux
```
>>> Host system information (arch: x86, release: edge)
-
**_Just a summary. Open to discussion and any siggestions_**
GLIBC if forward compatible, meaning that shared objects and executables (including tebako packages) build against specific versions of …
-
### Error Message and Logs
When using the provided Docker Compose configuration with a GitHub private repository, not all services load as expected. The same configuration works fine when executed in…
-
### Description
Current behavior:
Running `docker compose create` and `docker compose --verbose create` silently fail to use a local image, and then loudly fail downstream when it can't pull that …
-
### Issue Description
The choice of current working directory decides whether this command succeeds or not:
```
podman image scp root@localhost::alpine core@localhost::
```
| current working direct…
-
### Version of Apptainer
```bash
$ apptainer --version
apptainer version 1.3.3-1.el9
```
### Expected behavior
`apptainer run` or `apptainer shell` to start the `alpine-glibc` container with…
-
The current install script has bogus requirements of bash and shasum. Because of the way it is written the script runs fine with sh and sha1sum.
This should be fixed because some environments, for …
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
Cross does not compile an alpin…