Skip to content

Commit 8704e79

Browse files
CopilotCrow-Control
andcommitted
fix(xbackbone): rootless php startup and tcp test pass
Co-authored-by: Crow-Control <7613738+Crow-Control@users.noreply.github.com>
1 parent 3239033 commit 8704e79

10 files changed

Lines changed: 32 additions & 127 deletions

File tree

porting/queues/passing/xbackbone/SWEEP_STATUS.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

porting/queues/passing/xbackbone/start.sh

Lines changed: 0 additions & 84 deletions
This file was deleted.

porting/queues/passing/xbackbone/Dockerfile renamed to porting/queues/working/xbackbone/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN \
1010
echo "**** install runtime packages ****" && \
1111
apt-get update && apt-get install -y --no-install-recommends \
1212
php8.3-ftp \
13+
php8.3-cli \
1314
php8.3-gd \
1415
php8.3-intl \
1516
php8.3-ldap \
File renamed without changes.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Sweep Status
2+
3+
- Timestamp (UTC): 2026-02-20T20:31:39Z
4+
- Build: ok
5+
- Forgetool test: pass
6+
- Run status: running
7+
- Timeout for build/test: 120 seconds
8+
- Forgetool path: /tmp/forgetool-bin/forgetool
9+
10+
## Last test log tail
11+
```
12+
20:31:07 ℹ️ [INFO] 🧪 Health check: image=xbackbone:3.8.1
13+
20:31:07 ℹ️ [INFO] 🚀 Starting container: image=xbackbone:3.8.1 customizers=1
14+
20:31:37 ✅ [OK] Container is up: image=xbackbone:3.8.1
15+
20:31:37 ℹ️ [INFO] 🧪 Wait checks: image=xbackbone:3.8.1 http=0 tcp=1
16+
20:31:38 ✅ [OK] Container is up: image=xbackbone:3.8.1
17+
20:31:39 ℹ️ [INFO] 🧪 Standard run check: image=xbackbone:3.8.1
18+
20:31:39 ✅ [OK] Container is up: image=xbackbone:3.8.1
19+
```
File renamed without changes.
File renamed without changes.
File renamed without changes.

porting/queues/passing/xbackbone/root/defaults/nginx/site-confs/default.conf.sample renamed to porting/queues/working/xbackbone/root/defaults/nginx/site-confs/default.conf.sample

File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
4+
mkdir -p /config/www
5+
6+
if [[ ! -d /config/www/public ]]; then
7+
cp -a /app/www/public /config/www/public
8+
fi
9+
10+
mkdir -p /config/www/public/{storage,logs,resources/database,static}
11+
12+
exec php -S 0.0.0.0:80 -t /config/www/public

0 commit comments

Comments
 (0)