Rui Lopes

Results 190 issues of Rui Lopes

### Is your feature request related to a problem? Please describe. I would like to configure zot to use a privileged port like 80 or 443 without granting it the...

feature
rm-external

the current ux around templates management is lacking a way to install a specific template from a repository. for example, I want to install https://github.com/fermyon/spin/tree/main/templates/http-go. maybe something like the following...

enhancement

At https://github.com/rgl/spin-http-ts-example/tree/test-release I'm building an example container image. When I build a container image with docker build, I can set container image metadata with: ```dockerfile ... LABEL org.opencontainers.image.source="$HELLO_SOURCE_URL" LABEL org.opencontainers.image.revision="$HELLO_REVISION"...

enhancement
area/CLI
area/oci

how can I read the current wasm component or application metadata? for example, to display the version? are [application variables](https://developer.fermyon.com/spin/v2/variables) meant to be used for this? if so, is there...

enhancement

This closes https://github.com/fermyon/spin/issues/2236. You can see how GitHub Container Registry shows an image without annotations at: https://github.com/rgl/spin-http-ts-example/pkgs/container/spin-http-ts-example/171707227?tag=0.2.0 And the one with annotations at: https://github.com/rgl/spin-http-ts-example/pkgs/container/spin-http-ts-example/171719572?tag=0.0.0-test1 This is how I've pushed it...

I'm trying to configure odhcpd to ignore a specific machine MAC address and I think there is a bug somewhere. The [static leases documentation](https://openwrt.org/docs/guide-user/base-system/dhcp#static_leases) states: > ip | the IP...

After executing: ```batch .\createprocess.exe /w /systemtoken c:\Windows\System32\cmd.exe ``` And pressing the `Ctrl+C` (or `Ctrl+Break`) key combination, only the first `createprocess.exe` process is terminated, the processes running as `SYSTEM` are still...

Can https://github.com/bulwarkid/virtual-fido/tree/master/usbip be moved to a dedicated repository? Preferably, a source repository that builds the binaries using a GitHub actions and publishes them as a GitHub Release. This would make...

What do you think about having a GitHub Actions Workflow to automatically build and publish this extension when a Git Tag is created?

This adds a GitHub actions workflow to build the binary and release it as a GitHub Release. As an example, I did a workflow run at https://github.com/rgl/dockutil/actions and a GitHub...