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

Reduce image size by removing sslscan build files #334

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

gbe
Copy link
Contributor

@gbe gbe commented Apr 15, 2024

Hello,

sslscan is built statically, so there is no need to keep in the image the files generated when building it.

Before the PR:

du -hs /opt/tools/* | grep sslscan
220M	/opt/tools/sslscan

After the PR:

du -hs /opt/tools/* | grep sslscan
980K	/opt/tools/sslscan

@QU35T-code QU35T-code added enhancement New feature or request under review Time to think about the need / implementation labels Apr 15, 2024
@QU35T-code QU35T-code self-assigned this Apr 15, 2024
@gbe gbe marked this pull request as draft April 16, 2024 08:27
@QU35T-code QU35T-code added help wanted Extra attention is needed on hold Item on hold. Requires another matter to be resolved first. and removed under review Time to think about the need / implementation labels Apr 16, 2024
@ShutdownRepo
Copy link
Member

Awesome! What else is need in that PR?

@QU35T-code
Copy link
Member

QU35T-code commented Apr 17, 2024

@ShutdownRepo, I think we can merge this one and open another to optimize the image size.
I will check all the code

@ShutdownRepo ShutdownRepo marked this pull request as ready for review April 18, 2024 21:39
@ShutdownRepo ShutdownRepo removed on hold Item on hold. Requires another matter to be resolved first. help wanted Extra attention is needed labels Apr 19, 2024
@ShutdownRepo ShutdownRepo merged commit b744247 into ThePorgs:dev Apr 19, 2024
41 checks passed
@gbe gbe deleted the reduce-img branch April 19, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants