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

feat: Add buildpacks for building docker image #762

Closed
wants to merge 1 commit into from

Conversation

Ch4s3r
Copy link
Contributor

@Ch4s3r Ch4s3r commented Jun 24, 2024

  • Use semantic-release github action
  • Use buildpack for optimized docker images
    • Only build amd64 image as arm is not supported by now from paketo buildpacks
    • smaller image size 350 vs 100mb now
    • publishes latest and versioned tag
  • Remove unnecessary matrix build from test
  • Add config to package.json that the package is public (as the github action fails to publish to npmjs otherwise with 402)

npmjs:
image
docker:
image

  • Test that merging PR creates new version
  • Add changelog entry

@Ch4s3r Ch4s3r force-pushed the master branch 2 times, most recently from 23c49c5 to d66de82 Compare June 24, 2024 21:55
@Ch4s3r Ch4s3r closed this Jun 25, 2024
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.

None yet

1 participant