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 Docker image (Linux x64) #3473

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

reneleonhardt
Copy link

@reneleonhardt reneleonhardt commented Nov 4, 2023

  • Rootless Docker image (not multi-arch)
  • Allow Dependabot to update Docker and GitHub Actions

This image is not yet integrated into the build / release workflow, it serves as an example how easily users could integrate it into their own Docker workflows / builds:

COPY --from=evanwallace/esbuild /bin/esbuild /bin/
RUN /bin/esbuild

Or locally instead of installing / updating a binary package:

docker run --rm -it evanwallace/esbuild --help

* Rootless Docker image (not multi-arch)
* Allow Dependabot to update Docker and GitHub Actions
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