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

Push Debian-based Docker images to DockerHub #95

Merged
merged 5 commits into from
Jul 30, 2022
Merged

Conversation

lwthiker
Copy link
Owner

@lwthiker lwthiker commented Jul 29, 2022

Push Debian-based Docker images to DockerHub automatically on each
release. The Debian images are suffixed with "-slim-buster" suffix.

Fixes #93

lwthiker added 5 commits July 29, 2022 18:52
Push Debian-based Docker images to DockerHub automatically on each
release. The Debian images are suffixed with "-slim-buster" suffix.
Minimize the size of the resulting Docker image size by using
multi-stage build and copying the resulting binaries into a minimal
Debian system. This was done with the Alpine Docker images up until now
but not with the Debian images.
Run ldconfig to update the loader's cache. This is necessary
specifically on the Debian image since we put .so files in /usr/local.
@lwthiker lwthiker merged commit d537324 into main Jul 30, 2022
@lwthiker lwthiker deleted the push_debian_docker branch July 30, 2022 07:09
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.

"lwthiker/curl-impersonate:0.5.1-ff" is built using Alpine, not Debian
1 participant