Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Alpine 3.20 when released #344

Open
2 of 4 tasks
ptr727 opened this issue Apr 4, 2024 · 1 comment
Open
2 of 4 tasks

Switch to Alpine 3.20 when released #344

ptr727 opened this issue Apr 4, 2024 · 1 comment
Labels
external External dependency

Comments

@ptr727
Copy link
Owner

ptr727 commented Apr 4, 2024

Is this a new issue that can be reproduced using the latest version?

  • This is a new issue that can be reproduced.

Which operating systems reproduce the issue?

  • Windows
  • Docker
  • Other

Version information.

Alpine 3.19 and Alpine Edge

Steps to reproduce?

Handbrake is currently only available on Alpine Edge, mixing media tools from released builds and edge cause issues, and building from Edge is unstable.

Do not mix content from e.g. v3.19 and Edge:

RUN apk --upgrade --no-cache add \
        ffmpeg --repository=http://dl-cdn.alpinelinux.org/alpine/v3.19/community/ \
        mediainfo --repository=http://dl-cdn.alpinelinux.org/alpine/v3.19/community/ \
        mkvtoolnix --repository=http://dl-cdn.alpinelinux.org/alpine/v3.19/community/ \
        handbrake --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/

Switch to Alpine 3.20 when released around May 2024.

Commandline.

NA

Relevant log output.

NA

Settings file.

NA

Log file.

No response

Media file information.

NA
@ptr727 ptr727 added the external External dependency label Apr 4, 2024
@ptr727
Copy link
Owner Author

ptr727 commented Apr 13, 2024

Hanbrake is now also failing to install on Edge.

Will wait until Alpine 3.20 is released, and only re-enable Alpine builds is Handbrake installs are stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external External dependency
Projects
None yet
Development

No branches or pull requests

1 participant