Thomas Deutsch

Results 24 comments of Thomas Deutsch

Looks like you are using Drone for your pipeline. tbh, I've not much experience with Drone. I used to do it with GitHub actions, and sometimes with Travis.

@leodotcloud Right now, I'm using GitHub Actions, that's how I'm doing it right now: https://github.com/tuxpeople/docker-debugcontainer/blob/master/.github/workflows/release.yml My travel to this solution started here: https://nexus.eddiesinentropy.net/2020/01/12/Building-Multi-architecture-Docker-Images-With-Buildx/ this article explains a lot of the...

> This doesn’t look like Ansible but rather Python error. Can you try to export the following and try again? > > ``` > export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES > ``` Long time...

I'll take a look at this. From the first look, should not be very complicated at all.

This is fixed in #70 therefor this can be closed now.

Maybe ist just not intended to be used online on the Pi itself ;-)

+1 from me. My use case: 1. Copy/Paste stuff from somewhere else 2. Headers are set according to the source (top level usually h1) 3. Add a good name for...

I have some troubles here with Centos7: ``` TASK [k3s/master : Init cluster inside the transient k3s-init service] ********************************************************************************************************************************************************************* fatal: [192.168.8.101]: FAILED! => changed=true cmd: - systemd-run - -p -...

Thanks. Let me know if I can help/test/whatever. Unfortunately, as this is the "newest" systemd in Centos7, I may still be widley used.

@bsctl Thanks for pointin this out. Not sure if I didn't read the readme carefully enough or if this bit of information is missing. Haveing a repo should not be...