ameerhamzakhan
  • Joined on 2023-04-06
ameerhamzakhan pushed to main at docker/ubuntu 2025-12-25 20:27:01 +08:00
17289aeac4 Streamlined the entrypoint script.
6122e061a7 Added option to configure china's internal mirrors.
Compare 2 commits »
ameerhamzakhan pushed to main at docker/ubuntu 2025-09-11 18:15:02 +08:00
574f6825be Fixed the issue with mis handling of term signal. Now the long running process is automatically send to background.
ameerhamzakhan pushed to main at docker/ubuntu 2025-08-17 17:58:30 +08:00
d6837c0329 Deleted the drone based CI/CD pipeline and wrote a simple buildx script to build the images manually.
ameerhamzakhan pushed to main at docker/ubuntu 2025-08-07 17:04:56 +08:00
a299d285e6 Enhance entrypoint script to support legacy COMMAND_INIT and COMMAND_EXIT variables, allowing for backward compatibility and execution of multiple user-defined exit and initialization commands in order.
ameerhamzakhan pushed to main at docker/ubuntu 2025-07-31 15:25:09 +08:00
828a0d72c4 Update Dockerfile to include python-is-python3 and enhance entrypoint script for conditional package list updates based on network availability.
ameerhamzakhan pushed to main at docker/ubuntu 2025-07-28 00:12:01 +08:00
6802f963d0 Fix a minor issue. this prevent runtime issue if a file is mounted in home dir, like .ssh.
ameerhamzakhan pushed to main at docker/ubuntu 2025-07-28 00:01:18 +08:00
8dd84546a7 Remove the set -x to prevent clutter in logs.
ameerhamzakhan pushed to main at docker/ubuntu 2025-07-27 21:40:16 +08:00
7a86a6306c Removed resolvconf because it is legacy and cause problem with docker image building.
ameerhamzakhan pushed to main at docker/ubuntu 2025-07-27 21:09:17 +08:00
bb6dc6ab2e Improved the script to add more useful packages and improved the entrypoint script.