Commit Graph

22 Commits

Author SHA1 Message Date
ameer
f4b6098eb2 Fixed several issues and made some enhancement to make it more robust. now pushing to both gitea server and github. 2026-02-16 22:33:08 +08:00
Ameer Hamza Khan
17289aeac4 Streamlined the entrypoint script. 2025-12-25 20:24:42 +08:00
Ameer Hamza Khan
6122e061a7 Added option to configure china's internal mirrors. 2025-12-25 17:05:32 +08:00
Ameer Hamza Khan
d6837c0329 Deleted the drone based CI/CD pipeline and wrote a simple buildx script to build the images manually. 2025-08-17 09:57:53 +00:00
Ameer Hamza Khan
828a0d72c4 Update Dockerfile to include python-is-python3 and enhance entrypoint script for conditional package list updates based on network availability.
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-31 07:25:04 +00:00
Ameer Hamza Khan
7a86a6306c Removed resolvconf because it is legacy and cause problem with docker image building.
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing
2025-07-27 13:40:12 +00:00
Ameer Hamza Khan
bb6dc6ab2e Improved the script to add more useful packages and improved the entrypoint script.
Some checks failed
continuous-integration/drone/push Build is failing
2025-07-27 13:09:14 +00:00
Ameer Hamza Khan
9866a5d1c5 Added the ssh server as part of base image.
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-03 05:16:42 +00:00
Ameer Hamza Khan
56c1232e5c Added few more useful packages to the image.
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-10 09:10:20 +00:00
Ameer Hamza Khan
221f1fd369 Exchanged lsb-core with lsb-release because former isn't available on newer ubuntu version.
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-09 07:23:51 +00:00
Ameer Hamza Khan
e47e68dd3e Fixed the issue related to the timezones. Removed the tz setup inside the image. Now the host machine will set the tz. Also added a new variable USER_COMMAND_SETUP which will run after the SYS_COMMAND_INIT.
Some checks failed
continuous-integration/drone/push Build is failing
2024-10-09 07:14:40 +00:00
2696b9d7d5 Added git to the list of essential packages.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2024-01-17 12:19:15 +08:00
0800461a3f Also added symlinks for /etc/localtime
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-11 11:56:25 +08:00
b1a55bf0ba Added package to fix timezone issue.
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-11 11:46:21 +08:00
b25c90a79f Added a new useful package.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-11-09 13:33:27 +08:00
148ca97819 Added package software-properties-common. it is useful for many apt commands.
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-22 12:19:38 +08:00
63476fa2eb Added line in Dockerfile which allow non-root users to run sudo commands.
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-27 18:50:20 +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
b6b90e5368 Added support for locales. 2023-03-20 16:52:47 +08:00
0e84d4ccfb Configured the image to allow autocompletion i^Capt. Added few new packages. Changed entrypoint to CMD so that it can be overwridden from command line using docker run command 2023-03-19 14:09:42 +08:00
cfc3f1ec13 Added more network utilities. 2023-03-19 01:32:00 +08:00
e47266f5bd First commit. Everything working as intended. 2022-11-17 20:58:22 +08:00