Knut Ahlers
Knut Ahlers
``` (root@hostname) {~} # dpkg-query -L codedeploy-agent | grep "\.service" /etc/init.d/codedeploy-agent.service (root@hostname) {~} # systemctl status codedeploy-agent ● codedeploy-agent.service - LSB: AWS CodeDeploy Host Agent Loaded: loaded (/etc/init.d/codedeploy-agent; generated; vendor...
The file resides in a wrong location and is therefore not found by systemd. What happens on Debian based systems is that systemd has a sysv-init generator which automatically constructs...
This would be great to have to customize Actions which for example are used to great users. Having the ability to set images (Emotes) for those Buttons or even detect...
The DockerHub image will not gain multi-arch capabilities as those images are subject to deletion. Need to have a look how to add multi-arch capabilities to the [GHCR image](https://github.com/Luzifer/ots/pkgs/container/ots)…
Please have a look at the latest [`develop`](https://github.com/Luzifer/ots/pkgs/container/ots) image tag. It is displayed as having both `amd64` as well as `arm64` images. I can confirm the `amd64` works… …if the...
```console # docker export $(docker create ghcr.io/luzifer/ots:develop@sha256:f47e7e92d92f8db0dd71faf7fbd7f497aaf3a16308d3dc4d66bf57728facfd06) | tar -x WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested...
> Although the context is being run in arm64, x86_64 packages are being pulled by the build container. I'd say that explains my question :D
Yeah need to change the build image to match the output image…
Yeah basically just change to `golang:alpine`, add node, bake everything and we're good…
Can change that later today if you want…