alpinelinux / docker-alpine

Official Alpine Linux Docker image. Win at minimalism!
MIT License
1.04k stars 261 forks source link

Missing packages from version `3.19` #364

Closed StamenchoBog closed 6 months ago

StamenchoBog commented 6 months ago

Hello,

As I can see from docker hub, the docker image for Alpine got a new release 3.19, 4 days ago and a lot of packages are missing that where present in the previous version.

Problem explanation: We are using this docker Alpine image to run some CI scripts. In order to properly run the CI scripts we are installing dependencies in the Alpine docker container. One of those images is the image packer which was present in version 3.18, but it is not in version 3.19. You can view the error on the picture below.

Temporary resolution: In order to overcome this we reverted to the previous Alpine version 3.18.

Screenshot 2023-12-12 at 10 42 41

Can you guys check what might be the issue and notify me ?

Thank you, Stamencho

MichaelGerhart commented 6 months ago

This is by design,

Hashicorp's unfortunate licensing changes have forced open source projects to stop supporting Hashicorp's products.

Please look at the release notes for Alpine 3.19: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.19.0

image

StamenchoBog commented 6 months ago

Hey @MichaelGerhart thank you for the response and clarification. Will keep using the 3.18 until maybe I will try to switch because of the need for Packer at the moment.

Note: I completely support these kind of actions that support open-source communities and boycott the opposite actions (in this case HashiCorp).