Skip to content

Swapping everything out for buster. #24

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

Merged
merged 8 commits into from
Oct 5, 2021
Merged

Swapping everything out for buster. #24

merged 8 commits into from
Oct 5, 2021

Conversation

manchicken
Copy link
Contributor

Per #19 , this switches out the images for -buster variants. I had to split the workflow for numbered versions and latest, this way it would play nice.

@oalders
Copy link
Collaborator

oalders commented Oct 5, 2021

We'll need to make sure that https://github.com/Perl/docker-perl-tester/blob/main/.github/workflows/test-cpanfile.yml is using the same base containers.

@atoomic
Copy link
Member

atoomic commented Oct 5, 2021

@oalders seems like the PR also updates test-cpanfile.yml
let's give it a try then fix it if it fails :-)

@atoomic
Copy link
Member

atoomic commented Oct 5, 2021

need to remove latest from the test suite as it seems it s not an available flavor

@@ -9,7 +9,7 @@ jobs:
test-job:
runs-on: ubuntu-latest
container:
image: perl:${{ matrix.perl-version }}
image: perl:${{ matrix.perl-version }}-buster
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to remove latest from the matrix too

@atoomic atoomic merged commit 72683b3 into Perl:main Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants