You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix broken Dockerfile and minor improvements (#439)
* Fix broken Dockerfile and minor improvements
This fixes an issue introduced by a past PR (#432). It uses an argument that doesn't exist ("STACKABLE_USER_NAME").
In the course of diagnosing that I stumbled across a few inconsistencies with our "docker-images" Dockerfiles which I am addressing here as well.
- Updates the Helm version used (not caught by Renovate yet)
- Sets a build timeout for the build & package phase to two hours (down from the default of 6)
- Adds the dnf.conf file
- Adds convenience utilities
- Adds a few common aliases and a better prompt
* Add a small README
#useraddwarning:stackable's uid 1000 is greater than SYS_UID_MAX 999
117
+
#useraddwarning:stackable's uid 782252253 is greater than SYS_UID_MAX 999
86
118
# We can safely ignore this warning, to get rid of the warning we could change /etc/login.defs but that does not seem worth it
87
119
# We'llleavethehomedirectoryhardcodedto /stackablebecauseIdon't want to deal with which chars might be valid and which might not in user name vs. directory
0 commit comments