-
Notifications
You must be signed in to change notification settings - Fork 274
Updating splunk version #261
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
Conversation
|
Hmm maybe this PR should go directly into |
| echo "current $1 image size = "$$CUR_SIZE ; \ | ||
| echo "edge image size = "$$EDGE_SIZE ; \ | ||
| if [[ $$CUR_SIZE -gt $$EDGE_SIZE*120/100 ]] ; then echo "current image size is 20% more than edge image" ; exit 1 ; fi | ||
| if [[ $$CUR_SIZE -gt $$EDGE_SIZE*140/100 ]] ; then echo "current image size is 40% more than edge image" ; exit 1 ; fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it the splunk binary that has gotten so big?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was ad hoc change in order to accommodate the release ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, Splunk 8.0.0 vs 7.3.2 saw about 30% increase for linux distro when unextraced.
This branch will fail until the bits have been published, but I'm updating the version and hash anyways because we'll want it to tie off the release.