CSVKIT to convert Excel files and extract from CSV
1.0K
Based on https://hub.docker.com/r/leplusorg/csv
The new versions are no longer with root and even using --user="$(id -u):$(id -g)" on my Mac (M1) ends with ls: reading directory '.': Permission denied.
So, using the leplusorg Dockerfile I recompiled without the USER.
IT SEEMS that the problem was with using a ColimaDocker mix. Podman works OK also with Leplusorg/csv
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
HEALTHCHECK NONE
ENTRYPOINT []
# hadolint ignore=DL3018
RUN apk --update --no-cache add coreutils csvq gawk grep g++ icu-dev python3 python3-dev py3-pip sed \
&& rm -rf /var/cache/apk/*
# hadolint ignore=DL3013
RUN pip3 install --no-cache-dir --upgrade --break-system-packages csvkit
Content type
Image
Digest
sha256:758d0839a…
Size
179.5 MB
Last updated
over 1 year ago
docker pull jysgro/csv