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

This should probably have some tests #24

Open
j-baker opened this issue Jan 7, 2023 · 0 comments
Open

This should probably have some tests #24

j-baker opened this issue Jan 7, 2023 · 0 comments

Comments

@j-baker
Copy link
Contributor

j-baker commented Jan 7, 2023

In the past I've spent considerable time debugging and fixing base images where the base image has at some point in its lifecycle broken for one reason or another. One recent example might have been... the Java vendor version string switched from something like 11.0.3 to 11.0.5.3 and some code in an older version of Hadoop broke and Hadoop then wouldn't start up without itself being upgraded. When issues like this occur, the bug is taken from time of introduction to the first time when someone is blocked by it, which may be indefinitely later and when they're under some time pressure.
Where this base image is 'doing things' - installing kubectl, installing random versions of python, etc, basically stuff beyond using the linux package manager to install packages, I suspect it's worth a quick bash script which does something with each of the required packages - just to make sure that the requirements of the software haven't changed. With this, we can have some peace of mind that functionality keeps working over time.

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

No branches or pull requests

1 participant