hadmut

Results 46 comments of hadmut

Any news? Maybe the easiest way to open this to multiple hosts is to accept a lambda expression, where the push host is given as a parameter and the lambda...

Hi, thanks! :-) Yes, for me, personally, the possibility to just assign an array of strings instead of a single string would solve my problem and make me totally happy....

I haven't found any documentation about what file_create does in context of Rake, https://apidock.com/ruby/v2_2_9/Rake/DSL/file_create doesn't even know it. https://ruby.github.io/rake/ neither. However, the source code in lib/rake/file_creation_task.rb says that this is...

There's plenty of. The use case, where I developed the wish to have this feature was creating virtual machines for kvm using the ubuntu cloud image ubuntu-22.04-server-cloudimg-amd64-disk-kvm.img from http://cloud-images.ubuntu.com/releases/jammy/release/ (or...

Simpler: def (task(:outdated)).timestamp Time.now - 60 end file 'test.txt' => :outdated do |f| File.write(f.name, 'FRESH!') end

yeah. that helps. interesting. Almost all programming examples come with a space (e.g. https://www.tiny.cloud/docs/advanced/creating-a-custom-button/ and js is none of my common programming languages.) However, this brings me one step further...

Does it affect the /etc/containers/registries.conf.d/ as well? Under Ubuntu, the /etc/containers/registries.conf consists of comments only, thus it is effectively empty. Not using it wouldn't help. Does the --registries.d option add...

Creating an empty ~/.config/containers/registries.conf makes it work. But I guess that having this file makes other programs like podman stop using the mirror as well.

So what is the intended way to fill a local mirror with images without such workarounds?

The machine is an old Mac Mini from 2011, Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz (4 cores), 16G RAM, mechanical hard disk. I do use this machine for Linux server...