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

Optimization hyperskill go image #56

Merged
merged 4 commits into from
Feb 23, 2024

Conversation

polischuks
Copy link

YouTrack Issues:
#HSPC-

Description
removed installation gcc - in the base image gcc is present;
removed deleting gcc- it's needed for go libraries;
added remove -y --purge - this will remove packages and configurations;
simplifying the go get command- to reduce the total number of layers and speed up the assembly process;
image size reduced by 10%

removed deleting gcc- it's need for go library;
added remove -y --purge- this will remove packages and configurations;
 simplifying the go get command- to reduce the total number of layers and speed up the assembly process;
 image size reduced by 10%
@polischuks polischuks merged commit b4eb062 into master Feb 23, 2024
29 checks passed
@polischuks polischuks deleted the optimization-hyperskill-go-image branch February 23, 2024 13:56
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.

2 participants