Commit Graph

9 Commits

Author SHA1 Message Date
10477a6671 Fixed the creation and permissions on log file.
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-11 13:04:57 +08:00
7d9ccc97aa Fixed a missing sudo in the entrypoint.
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-11 11:23:33 +08:00
2f99261d26 Changed entrypoing script so that it will wait for the system command to finish before running user command.
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-01 22:50:13 +08:00
867c36cec9 Added option to add system commands at init and exit of the container. These commands will usually be set in Dockerfile of child images.
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-29 00:06:56 +08:00
41d4f6f73f Added the command to create home directory for the current user of the container. Also added few helpful comments.
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-27 18:46:11 +08:00
24baf083e8 Run init and exit commands with eval. 2023-04-10 17:52:19 +08:00
ad7a2f55ad [Significant Changes] Added build_command.sh to simplify the .gitlab-ci.yml. Added LOG_FILE variable to make the enrypoing 'tail -f' command more useful. 2023-03-21 18:00:07 +08:00
843d683af2 Added option for user to give its own init and exit commands. 2022-11-18 02:06:35 +08:00
e47266f5bd First commit. Everything working as intended. 2022-11-17 20:58:22 +08:00