d4rkstar opened a new pull request, #226: URL: https://github.com/apache/openserverless-task/pull/226
Introduce ide/deploy/builder.js, which builds and caches extended Docker runtime images (Python, Node.js, PHP, Java, Go, Ruby, .NET) from package requirement files and wires the resulting image tag into --docker <lang>:extend:<version> deploy args. Add opsfile tasks for Go, Java, and PHP actions (build-php.sh, new opsfile.yml files) alongside existing Python/Node support, and extend scan/deploy/watch to detect and build these new action types. Configure the local insecure registry (127.0.0.1:32000) in both k3s (registries.yaml) and microk8s (certs.d hosts.toml) so built images can be pushed/pulled without TLS, and rename the in-cluster registry pull secret from registry-pull-secret-int to registry-pull-secret-builder to match. Replace install-dependencies.ts with a bun-lockfile-hash check in ide/opsfile.yml to skip redundant bun install runs, and bump the pinned microk8s snap revision and operator/system-api image tags in opsroot.json. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
