-
**Symptom**
As of 15 Sep 2024, the ops operator is expected to use bun 1.1.27.
Version installed:
```
$ ops -version
0.1.0-2408111626.dev
```
While the command `ops test bun` has the co…
-
see #21
-
The runtime proxy (repo: apache/openserverless-runtime) will support proxy with a main in this format:
```
@
```
so you provide for example `--main=main@vastai.nuvolaris.io` the runtime will b…
-
-
As discussed, in openserverless-task we have an `ops config gcloud`, and the relative command for azure is missing. So we need to implement it, creating `ops config azcloud`.
-
Currently OpenServerless users metadata contains various variables S3_* used to provide access to the use web and data buckets from within actions, but there is no variable used to extract the URL to …
-
As in the subject: inside the [Task](https://github.com/apache/openserverless-task) it seems that the LICENSE file is missing. Should we add it?
-
multipass transfer $HOME/.ssh/id_rsa.pub openserverless:
multipass exec openserverless -- bash -c "cat id_rsa.pub | tee -a .ssh/authorized_keys"
throws
[2024-08-08T15:20:12.154] [error] [sftp]…
-
Hello,
i would introduce inside the openserverless-site templates the parsing of an env variable called `HUGO_SITE_MAINT` (or something like..).
When this is set to `true`, all the routes are disa…
-
To publish our runtimes into the apache organization we have to stick to a fixed set of runtimes. So we have to move the version of the language fron the name (runtime-python-v311:) to the tag (opense…