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

Patch to debian12 #1381

Merged
merged 5 commits into from
Jan 12, 2024
Merged

Patch to debian12 #1381

merged 5 commits into from
Jan 12, 2024

Conversation

AaronMoat
Copy link
Contributor

Resolves #1380

@AaronMoat AaronMoat requested review from a team as code owners January 12, 2024 05:17
Copy link

changeset-bot bot commented Jan 12, 2024

🦋 Changeset detected

Latest commit: cd43b7e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
skuba Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Comment on lines 11 to 12
const NON_DEBIAN_REGEX = /gcr.io\/distroless\/nodejs:(16|18|20)/g;
const DEBIAN_REGEX = /gcr.io\/distroless\/nodejs(16|18|20)-debian11/g;
Copy link
Member

Choose a reason for hiding this comment

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

It looks like there is no nodejs16-debian12 support: https://console.cloud.google.com/gcr/images/distroless

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ooh that's complicated then. Maybe it should be two patches

Copy link
Contributor Author

@AaronMoat AaronMoat Jan 12, 2024

Choose a reason for hiding this comment

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

Ah, but skuba 7.0.0 required node 18 so this won't run on 16 anyway - maybe we just do the 18/20?

Copy link
Member

Choose a reason for hiding this comment

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

Oh nice one, sounds good 👍

@AaronMoat AaronMoat merged commit 5e97672 into master Jan 12, 2024
18 checks passed
@AaronMoat AaronMoat deleted the debian12 branch January 12, 2024 07:04
@seek-oss-ci seek-oss-ci mentioned this pull request Jan 12, 2024
ajain58 pushed a commit to ajain58/skuba that referenced this pull request Jan 17, 2024
* Patch to debian12

* Run `skuba format`

* No node16 support

* Update five-kiwis-laugh.md

* Update Dockerfile

---------

Co-authored-by: skuba <[email protected]>
Co-authored-by: Ryan Ling <[email protected]>
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.

Patch Distroless images to -debian12
3 participants