Skip to main content

Questions tagged [alpine-linux]

Alpine Linux is a small, simple and secure Linux distribution based on musl libc and busybox. For questions related to the Alpine.js framework, use the tag [alpine.js].

0 votes
0 answers
16 views

How to install CDO on Alpine:3.20 docker image

I am trying to set up a Docker container based on Alpine Linux. The container needs to have Python 3.12.4 installed with Dask and Zarr. I had to install it from the source, and it went well. However, ...
thered86's user avatar
1 vote
0 answers
25 views

Powershell is unable to load shared library 'libmi' for error message on Alpine linux 3.20 (arm64)

I have a Docker container for PowerShell on my laptop (MacBook Pro arm64) that runs this image: FROM alpine:3.20 RUN apk update && \ apk add --no-cache \ openssh \ powershell ...
Pieter Vogelaar's user avatar
0 votes
0 answers
32 views

AWS ECS with Django + Python + Alpine produce Segmentation Fault

we are currently having trouble with Alpine Linux, since the Update to Version>=17. It seems that since alpine17 the openssl library in alpine was updated to openssl3. The problem is that we have ...
gaw's user avatar
  • 1,960
1 vote
0 answers
58 views

nginx container with read-only root filesystem enabled has tmp path errors [closed]

I'm running into error [emerg] 1#1: mkdir() "/tmp/client_temp" failed (30: Read-only file system) when trying to run nginx container with read-only root filesystem. My Dockerfile FROM ...
Tsingis's user avatar
  • 535
0 votes
0 answers
63 views

How can I fix "CVE-2023-42364 busybox/busybox Use After Free" vulnerability in node:alpine for Next.js application?

I have the following Dockerfile for my Next.js application: FROM node:alpine AS base # 2) Install dependencies only when needed. FROM base AS deps # 3) Install packages with no cache RUN apk add --...
Europa's user avatar
  • 1,090
0 votes
2 answers
66 views

running expect spawn in docker alpine - no such file or directory

I'm new to bash testing and wanted to create a docker image to test a cli. I discovered 'expect' and wanted to try it against this example bash script. Only problem is its failing to spawn a file. ...
Steve Tomlin's user avatar
  • 3,655
1 vote
1 answer
68 views

Can I skip GLIBCXX check when using an unsupported Alpine distro?

I'm developing a workspace that uses Alpine and Php 7.2 as it's main components. I have a Dockerfile that uses the php:7.2-fpm-alpine distro for that matter, it builds and composes normally when ...
sirvictahh's user avatar
0 votes
1 answer
115 views

Mounting directories inside a docker container

I am attempting to build some log observability for my docker containers. What I need to do is be able to spin up any number of containers and mount their log directories to the host system so that a ...
Xenology's user avatar
  • 2,432
0 votes
0 answers
29 views

Cannot curl docker container from alpine container, but can with ubuntu container, all in same docker compose network

Earlier today I was attempting to set up a docker compose file containing a few different services, one of which was running nginx:latest. One of my other services was running on alpine:latest, and no ...
Dylan Bragdon's user avatar
0 votes
0 answers
22 views

Install K3s + Cilium + Alpine

i'm trying to install k3s with cilium on an alpine 3.20 virtual machine (https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/x86_64/alpine-extended-3.20.0-x86_64.iso), following the steps below, but ...
skopp's user avatar
  • 483
1 vote
1 answer
100 views

Alpine Container: make: /bin/sh: Operation not permitted

While running Alpine 3.20 container, make command complained about "Operation not permitted" while I have login as root. Have been searching on the forums about the similar issue. On RHEL7 ...
Koala Blade's user avatar
1 vote
0 answers
30 views

How to decode a value stored in Firefox localStorage

I'm trying to decode a value stored in Firefox localStorage on Linux Alpine. I know that Firefox stores localStorage data in /config/.mozilla/firefox/*.default-release/storage/default/<website>/...
Kafka4PresidentNow's user avatar
0 votes
2 answers
26 views

Can't connect to Jupyter lab of my Apache/Sedona container via localhost

I'm working on Fink ( an astro-physicist-big-data project). My job is to modify Apache:Sedona code in order to manage 3D data (either geometries and algorithms). I use a remote server's VM based on ...
aitorniz's user avatar
0 votes
1 answer
60 views

Alpine - Switch to node v20

Serverless requires node > 18 So, in the deploy script I added these statements. $ apk add nodejs --no-cache --repository="http://dl-cdn.alpinelinux.org/alpine/v3.20/main/" --allow-...
JB11's user avatar
  • 293
0 votes
0 answers
20 views

Folders empty when mounted with sshfs, "reply len too large", reading directory '/': I/O error, works fine with other clients like Filezilla

I use a custom Alpine Linux 3.20.0 Docker container. When mounting a remote sftp directory: sshfs -v -o debug -p $backup_port test@$backup_server:/ /mnt/sftp/ and trying to read folders I get the ...
Rudolf's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
124