Björn Oscarsson

Results 15 comments of Björn Oscarsson

Aha, I saw it too now when I looked at my own Docker hub account. If you would specify the following secrets in the repository settings then it would be...

> Updating the description would require my actual password? That seems odd, no? Can I simply use the same token? If not, can we opt to not automate updating the...

I understand, no worries. Omg! the prices there for service accounts are indeed something which is not viable for small open source projects.

Thanks @pschou for the PR! Please rebase your branch or up date it since it is in conflict with the master branch. Makefile etc is no longer present since builds...

Hi @yosefy Can you please give us a more complete example of what kind of feature you want to see in prometheus-sql. Cheers!

If I understood you correctly here then the end result in the metric endpoint would have to additional labels "type" and "color" which does not actually come from the SQL...

Hi @moonlight16! If I understand you correctly you are having a RHEL 8 machine with Podman already installed on, correct? Then you now want to install Docker CE using my...

Can you please run this command to see if you have installed podman in your system? ```shell sudo dnf list --installed | grep podman ```

Thanks for reporting this! The support in this role for installing plug-ins was a best effort implementation to start with. This because already from the beginning it was a bit...

Example of installation: ``` cd /usr/libexec/docker/cli-plugins/ wget -O docker-compose https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-x86_64 chmod +x docker-compose ``` After this point it will be possible to see `compose` part of docker cli. So to...