Skip to content

docker enhancements #58798

@mcandre

Description

@mcandre

Is this a new report?

Yes

System Info

unable to launch xuname, as i cannot launch void linux docker images to install xtools

Package(s) Affected

unknown

Does a report exist for this bug with the project's home (upstream) and/or another distro?

No response

Expected behaviour

  • The Void Linux images on Docker Hub should be able to install packages.
  • The Void Linux images on Docker Hub should verify their identity.
  • The Void Linux images on Docker Hub should configure a homepage linking back to the Void Linux project.
  • The Void Linux images on Docker Hub should support the same buildx architectures's as the ISO's.
  • The Void Linux images on Docker Hub should be kept up to date with Void Linux releases (they are 4+ years old).

Actual behaviour

$ docker build -t n4jm4/rockhopper:void . --load
[+] Building 2.9s (7/8)                            docker:desktop-linux
 => [internal] load build definition from Dockerfile               0.0s
 => => transferring dockerfile: 191B                               0.0s
 => [internal] load metadata for docker.io/voidlinux/voidlinux-mu  0.7s
 => [auth] voidlinux/voidlinux-musl:pull token for registry-1.doc  0.0s
 => [internal] load .dockerignore                                  0.0s
 => => transferring context: 2B                                    0.0s
 => [1/3] FROM docker.io/voidlinux/voidlinux-musl:latest@sha256:d  1.5s
 => => resolve docker.io/voidlinux/voidlinux-musl:latest@sha256:d  0.0s
 => => sha256:991e42762e19c4e73fcd0e05f05d59324ca 1.67kB / 1.67kB  0.0s
 => => sha256:91c43422d24e22cf3350fe6fc2bd2d9b0 27.74MB / 27.74MB  0.6s
 => => sha256:bfc5f30ae528630a7dabddaf9ed7602 185.64kB / 185.64kB  0.3s
 => => sha256:d5c970d0015c3aa2559a2b5a87b158839969fbb 739B / 739B  0.0s
 => => extracting sha256:91c43422d24e22cf3350fe6fc2bd2d9b0ff0168d  0.9s
 => => extracting sha256:bfc5f30ae528630a7dabddaf9ed76026d5f40ec3  0.0s
 => [internal] load build context                                  0.0s
 => => transferring context: 30B                                   0.0s
 => ERROR [2/3] RUN xbps-install -Suv &&     xbps-install -S xtoo  0.6s
------
 > [2/3] RUN xbps-install -Suv &&     xbps-install -S xtools:
0.138 [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-musl-repodata' ...
0.494 SSL certificate subject doesn't match host alpha.de.repo.voidlinux.org
0.496 ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-musl-repodata': Operation not permitted
------
Dockerfile:2
--------------------
   1 |     FROM voidlinux/voidlinux-musl
   2 | >>> RUN xbps-install -Suv && \
   3 | >>>     xbps-install -S xtools
   4 |     COPY generate /usr/local/bin
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c xbps-install -Suv &&     xbps-install -S xtools" did not complete successfully: exit code: 95

Also tried the glibc edition image voidlinux/voidlinux. Same behavior.

Steps to reproduce

  1. Try to install an xbps package with Void Linux in Docker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds-testingTesting a PR or reproducing an issue needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions