-
this the content of my docker file FROM nginx:1-alpine
RUN apk add --no-cache openssl inotify-tools
WORKDIR /etc/nginx/
ADD nginx.conf.envsubst nginx.https.available.conf.envsubst ./
ADD …
-
Hi, I tried build docker image from alpine:latest (3.6)
My Dockerfile has asked for an update, but it does not work. See the logs below.
When I tried manually in the container using `docker run -i…
-
### Description
ATM distro builders need separate build pass to build apache2handler because of `php.m4` macro `PHP_SELECT_SAPI`
It was discussed in https://bugs.php.net/bug.php?id=52419 but som…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
I have to configure …
-
I am getting this error during the build
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/armv7/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/armv7/APKINDEX.ta…
-
When using virtual packages in-conjunction with version pinning results in the package not found. I am trying to install `gdal-dev` which is not in `v3.4` but is in `edge/testing`. If I remove the v…
-
Hello, just cloned this repo I can't Compose with Docker seems there's a problem with Alpine :
`(27/29) Installing readline (7.0.003-r1)
(28/29) Installing sqlite-libs (3.28.0-r1)
(29/29) Insta…
-
Executing the command:
```
docker run -it alpine:3.9 apk add --update git
```
Fails and reports a temporary error:
```
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.…
-
The incus publish command allows setting image properties: description, name, os, release, serial, variant, which go into the image metadata.yaml file.
An example from an images:alpine/3.19 image:
…
-
### Regression?
Not Sure
### Hyprlock Info and Version
n/a
### Compositor Info and Version
n/a
### Description
While trying to build for Alpine Linux, I run into an error in CMake…