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

Suddenly pigz is no longer available in Ubuntu-20.04 #8161

Closed
2 of 10 tasks
Luc45 opened this issue Aug 25, 2023 · 4 comments
Closed
2 of 10 tasks

Suddenly pigz is no longer available in Ubuntu-20.04 #8161

Luc45 opened this issue Aug 25, 2023 · 4 comments

Comments

@Luc45
Copy link

Luc45 commented Aug 25, 2023

Description

My worksflows suddently started failing 2 days ago because pigz could not be found anymore. This tool has been available in the ubuntu-20.04 image, but seems to have been removed without notice. Is the removal expected? If so, why? Is it possible to re-add it?

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

It's not a public repo

Is it regression?

It's not a public repo

Expected behavior

pigz should be installed in the image

Actual behavior

pigz is not installed in the image

Repro steps

Try to execute pigz in Ubuntu 20.04, it should be available.

@Alexey-Ayupov
Copy link
Collaborator

Hello @Luc45, we will take a look, however temporarily you can switch to gzip.

@Alexey-Ayupov
Copy link
Collaborator

The "pigz" was never in our software list, however, it was installed as a recommended package along with docker. Recently we have changed the docker installation source and stopped installing "pigz".
If you would like to use it you can install it in runtime, using a snippet like this

- name: check issue
        id: test_out
        shell: bash
        run: |
          apt-get -yq update
          apt-get install -y pigz

If you have any questions, feel free to reach us.

@Luc45
Copy link
Author

Luc45 commented Aug 25, 2023

Thanks, that makes sense now. I'll adapt my workflows.

@jeffwidman jeffwidman mentioned this issue Aug 31, 2023
11 tasks
@jeffwidman
Copy link

jeffwidman commented Aug 31, 2023

I opened:

As in our workflows the step to install pigz took 2 mins, which seems a bit long for something that only takes 259 KB.

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

No branches or pull requests

3 participants