Skip to content

Commit 2b16ce0

Browse files
authored
neko update + telemetry enable (#253)
Yoinks in kernel/neko#13 <!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Small dependency tag bump and an opt-in telemetry flag in Neko config; no auth or application logic changes in this diff. > > **Overview** > Bumps the **Neko** base image in the chromium-headful Dockerfile from `ghcr.io/kernel/neko/base:3.0.8-v1.5.0` to `3.0.8-v1.6.0`, so built images pick up the newer Neko runtime layer. > > Turns on **Neko telemetry** in `neko.yaml` (`telemetry.enabled: true`) alongside the existing `scaletozero` settings. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit b512186. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 805213e commit 2b16ce0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

images/chromium-headful/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ RUN --mount=type=cache,target=/tmp/cache/ffmpeg,sharing=locked,id=$CACHEIDPREFIX
152152
rm -rf /tmp/ffmpeg*
153153
EOT
154154

155-
FROM ghcr.io/kernel/neko/base:3.0.8-v1.5.0 AS neko
155+
FROM ghcr.io/kernel/neko/base:3.0.8-v1.6.0 AS neko
156156
FROM node:22-bullseye-slim AS node-22
157157
FROM docker.io/ubuntu:22.04
158158

images/chromium-headful/neko.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ filetransfer:
5353

5454
scaletozero:
5555
enabled: true
56+
57+
telemetry:
58+
enabled: true

0 commit comments

Comments
 (0)