Skip to content

Issues with "latest" docker build. #38

Closed
@rwskinner

Description

@rwskinner

7.738 ERROR: unable to select packages:
7.739 python3-3.11.9-r0:
7.739 breaks: world[python3=3.11.8-r0]
7.739 satisfies: python3-3.11.9-r0[python33.11]
7.739 py3-parsing-pyc-3.1.1-r0[python3]
7.739 py3-parsing-pyc-3.1.1-r0[python3
3.11]
7.739 py3-pip-23.3.1-r0[python3]
7.739 py3-pip-23.3.1-r0[python33.11]
7.739 py3-setuptools-68.2.2-r0[python3]
7.739 py3-setuptools-68.2.2-r0[python3
3.11]
7.739 py3-parsing-3.1.1-r0[python3]
7.739 py3-parsing-3.1.1-r0[python33.11]
7.739 py3-packaging-23.2-r0[python3]
7.739 py3-packaging-23.2-r0[python3
3.11]
7.739 py3-packaging-pyc-23.2-r0[python3]
7.739 py3-packaging-pyc-23.2-r0[python3~3.11]

Dockerfile:6

5 |
6 | >>> RUN apk upgrade --available --no-cache --update
7 | >>> && apk add --no-cache --update
8 | >>> python3=3.11.8-r0
9 | >>> py3-pip=23.3.1-r0
10 | >>> # Cleanup APK
11 | >>> && rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
12 |

ERROR: failed to solve: process "/bin/sh -c apk upgrade --available --no-cache --update && apk add --no-cache --update python3=3.11.8-r0 py3-pip=23.3.1-r0 && rm -rf /var/cache/apk/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions