1d477abaaa
custom repo bootstrap, for build deps
...
modified: Dockerfile
2025-08-21 19:33:01 +03:00
4234965a94
Enabled proper second bootstrap stage autostart, fixed $TERM
...
modified: Dockerfile
modified: entrypoint.sh
2025-08-21 19:31:18 +03:00
528a487dd6
name change
2025-05-25 13:04:04 +03:00
b2093c204a
yes i fixed my workflow somehow
2025-05-25 12:58:35 +03:00
3a00157ea0
fix typo
2025-05-25 12:37:21 +03:00
bb2b9084f2
pacman support
2025-05-25 12:31:23 +03:00
Jia Yuan Lo
e3c861f5b6
enhance(ci): generate, export, store tar archive ( #61 )
2024-01-17 10:50:58 +08:00
Jia Yuan Lo
6189bbd74b
Update README.md
...
The actual 32bit libc limit PID_MAX hardcodes to 65535.
The initial value 65536 was taken from other 32bit Linux distro which is not applicable for 32bit Android.
So do a minor correction.
Refer termux-docker#40
2023-11-16 18:06:51 +08:00
dependabot[bot]
609437ad70
build(deps): bump docker/login-action from 2 to 3
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-23 23:54:17 +08:00
dependabot[bot]
f8e47df669
build(deps): bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-23 23:53:14 +08:00
Leonid Pliushch
c03156ef4f
bootstrap: update to 2023.02.19
2023-02-23 19:43:48 +02:00
Leonid Pliushch
6c17e4e017
docker: reset environment after su
...
Fixes environment for login, SHLVL = 1 now, etc.
2023-02-23 19:32:39 +02:00
Leonid Pliushch
d1cfc5fe6f
docker: fix entrypoint script
...
Don't run su in login mode.
2023-02-23 19:26:56 +02:00
Leonid Pliushch
5bff10a4b6
readme: add back build instructions
2023-02-23 12:58:09 +02:00
Leonid Pliushch
dd2fb82e0a
deprecate run.sh and run-x86_64.sh scripts
2023-02-23 12:18:45 +02:00
Leonid Pliushch
ccb8190843
update readme
2023-02-23 12:15:35 +02:00
Leonid Pliushch
4fab030986
docker: add alternate entrypoint script
...
This one spawns a root shell.
2023-02-23 12:15:03 +02:00
Leonid Pliushch
66799e6bc0
docker: update argument handling in entrypoint script
2023-02-23 11:46:42 +02:00
Leonid Pliushch
988ecdaf07
docker: update entrypoint script
...
* Split conditional for non-root check.
* Force-drop privileges to user "system".
2023-02-23 10:23:35 +02:00
Leonid Pliushch
4360caad29
docker: don't install updates for aarch64
...
Workaround for aarch64 image build issues.
2023-02-23 10:07:40 +02:00
Leonid Pliushch
5cfdc47f79
docker: use mksh to launch dnsmasq
2023-02-22 23:17:30 +02:00
Leonid Pliushch
55bb986db4
bin: rename sh to mksh, add back busybox sh
...
mksh cause issues when building images for arm and aarch64.
2023-02-22 23:16:11 +02:00
Leonid Pliushch
58a99c42cb
Merge pull request #49 from termux/dnsmasq
...
Switch to dynamic DNS host name resolution. Implemented using dnsmasq as suggested in https://github.com/termux/termux-docker/issues/48 .
The dnsmasq server is started by entrypoint script before launching the actual command or shell. This will have side effect on usage: container must always be started as root.
2023-02-22 22:32:48 +02:00
Leonid Pliushch
eb7481ede9
docker: don't switch user by default
2023-02-22 22:32:12 +02:00
Leonid Pliushch
f49601a89e
docker: add entrypoint script
...
Entrypoint script starts dnsmasq before shell is launched.
2023-02-22 22:22:45 +02:00
Leonid Pliushch
4aac3f0f1e
docker: launch dnsmasq properly during build
2023-02-22 21:50:58 +02:00
Leonid Pliushch
c9a7ae10e2
bin: replace busybox sh with mksh from android
2023-02-22 21:50:54 +02:00
Leonid Pliushch
5e6b4f4026
docker: enable apt upgrade step
2023-02-22 21:50:05 +02:00
Leonid Pliushch
f7755c0d4a
bin: provide su
...
Allows to drop privileges to "system" user from root.
2023-02-22 21:49:57 +02:00
Leonid Pliushch
5e5f33f672
bin: delete update-static-dns script
2023-02-22 21:49:13 +02:00
Leonid Pliushch
ddbe3b603e
arm: add dnsmasq
...
Issue: https://github.com/termux/termux-docker/issues/48
2023-02-22 21:06:26 +02:00
Leonid Pliushch
c58071ee40
x86: add dnsmasq
...
Issue: https://github.com/termux/termux-docker/issues/48
2023-02-22 20:13:12 +02:00
Uchiha Kakashi
f0dbaff385
bootstrap: update to 2022.12.04-r1
2022-12-04 14:20:51 +08:00
Lars The
cf32710a93
Add support for user static DNS file ( #45 )
...
Adds the file `/data/data/com.termux/files/home/.static-dns-hosts.txt` with empty content to bind to it externally with some user hosts. The script `update-static-dns` then uses the regular system wide static-dns-hosts.txt and the content of this file. The user can edit it inside the container, and/or bind it with an external file.
2022-11-30 21:25:24 +08:00
Chongyun Lee
98af62205f
ci: label image with arch
2022-11-26 23:07:13 +08:00
Chongyun Lee
ec3a88387a
bootstrap: update to 2022.11.06
2022-11-09 20:13:28 +08:00
dependabot[bot]
aa9f7ce0db
Bump docker/login-action from 1 to 2
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-07 01:24:19 +00:00
dependabot[bot]
a90f4ccb23
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-07 01:24:00 +00:00
Lucy Phipps
4ece29c1c0
Create dependabot.yml
2022-11-07 01:23:06 +00:00
Chongyun Lee
97bad319bc
bootstrap: update to 2022.10.02-r1
2022-10-02 13:44:04 +08:00
Chongyun Lee
f153659e35
README: update known issues
2022-09-02 17:28:55 +08:00
Chongyun Lee
b549f38cfa
bootstrap: update to 2022.08.28-r1
2022-09-02 17:25:03 +08:00
Chongyun Lee
80742d31d4
bootstrap: update to 2022.07.31-r1
2022-08-02 12:21:14 +08:00
Chongyun Lee
4c08c24bce
update-static-dns: fix bug
...
Currently, update-static-dns will save the index.html under the
workdir. This commit will fix this unexpected behaviour.
2022-07-12 15:19:55 +08:00
Chongyun Lee
ff01256db8
bootstrap: update to 2022.07.03-r1
2022-07-07 14:47:11 +08:00
Chongyun Lee
0e9416d8cf
static-dns-hosts.txt: update
2022-07-07 14:44:08 +08:00
Chongyun Lee
80eeb254a8
README.md: use termux/termux-docker
2022-07-07 14:43:29 +08:00
rojenzaman
15a788b953
fix OCI format error
2022-05-04 15:01:24 +02:00
Uchiha Kakashi
1a43803d78
Dockerfile: Update to 2022.05.01-r1+apt-android-7
2022-05-04 08:15:16 +02:00
Chongyun Lee
040b92afcd
Dockerfile: Link some utilities to busybox
2022-04-24 12:35:14 +02:00