2022-08-03 20:55:04 Hello did I connect or do I need to register? 2022-08-03 20:55:26 chris_: we can read you loud and clear 2022-08-03 20:55:31 awesome 2022-08-03 20:56:04 soo I was sent here because I wanted to get alpine running on oracle cloud and wanted to ask what would be the most proper way to set it up 2022-08-03 20:57:28 We do not have dedicated images at the moment 2022-08-03 20:57:37 or even a generic cloud image for that matter 2022-08-03 20:57:49 I'm pretty sure nobody has images for it except alma linux :) 2022-08-03 20:57:55 heh 2022-08-03 20:58:10 So what can you use to install systems? 2022-08-03 20:58:20 (I have no experience with oracle cloud at all) 2022-08-03 20:58:23 I can send qcow image 2022-08-03 20:59:10 I found your neat script called `alpine-make-vm-image` but was not sure what to do with networking 2022-08-03 20:59:49 I mostly want to try them because they give free VMs :) 2022-08-03 21:00:09 https://github.com/dermotbradley/create-alpine-disk-image/ exists as well 2022-08-03 21:00:52 hmm is there a way to build arm images with it on amd64? 2022-08-03 21:01:00 ooh they even mention oracle cloud, neat! 2022-08-03 21:01:47 Dermot Bradley hangs around here as well (though not atm) 2022-08-03 21:02:17 thanks a lot I'll try with it if I mess something up I'll bug you more 2022-08-03 21:55:56 hello it's me again 2022-08-03 21:56:38 soo turns out moving to openssl3 broke some stuff for you and https doesn't work for now on the script 2022-08-03 21:57:24 but got an error about urandom not existing http://dpaste.com/9JYGYABRR 2022-08-03 21:57:37 it might be because I'm trying to build it inside a VM 2022-08-03 21:59:34 I said it's most likely *not* due to upgrade since that error happened before upgrade as well 2022-08-03 21:59:34 Things are still building / uploading, so yes, things are a bit broken niw 2022-08-03 21:59:54 re: ssl error 2022-08-03 22:00:41 for the urandom thing, it shouldn't matter since it's just openrc but just to be on the safe side, you can use --release 3.16 2022-08-03 22:01:17 I mean it fails to create image because of that but I'll try it thanks 2022-08-03 22:03:30 it's something about apk-tools not running on alpine that breaks HTTPS 2022-08-03 22:03:39 I never digged to find out why 2022-08-03 22:04:14 Different ssl.conf location? 2022-08-03 22:04:23 Or something like that 2022-08-03 22:04:38 6907320:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1914: 2022-08-03 22:04:38 23:40:16 2022-08-03 22:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz 2022-08-03 22:04:49 'tis the error 2022-08-03 22:05:07 which I assume is something about the ca-certs or ssl on host 2022-08-03 22:06:40 I had to create a symlink one time when running apk-tools on none-alpine 2022-08-03 22:13:41 where was ssl.conf on alpine? 2022-08-03 22:45:46 chris_: i've been working on extending alpine-cloud-images build system to also do OCI (and others) -- but i got somewhat sidetracked on that, as the alpinelinux.org/cloud page needs a bit of overhaul to support multiple cloud providers, variants (i.e. tiny cloud vs cloud-init, etc.) 2022-08-03 22:50:56 now notices that chris_/chris/Guest7040 has disappeared... 2022-08-03 23:19:53 yeah, they are trying to set up IRC bounder on oracle cloud :P 2022-08-04 01:08:03 ah, on one of the always-free instances? 2022-08-04 01:08:17 (fwiw, OCI = DayJobâ„¢) 2022-08-04 01:19:56 I presume 2022-08-04 01:20:39 I'm using it for gitea, random aarch64 builds and some minor projects 2022-08-05 01:39:53 panekj: the HTTPS cert issue with apk-tools on alpine, was that regarding my create-alpine-disk-image script? I've not seen that myself 2022-08-05 02:32:16 no its because 2022-08-05 02:32:22 apk-tools is built against openssl 1.1 2022-08-05 02:32:27 which has /etc/ssl1.1 2022-08-05 02:32:33 because everything is horrible 2022-08-05 02:38:25 Ariadne: are you referring to the statically built apk-tools binary? 2022-08-05 02:48:01 yes 2022-08-05 02:48:09 wasn't rebuilt yet 2022-08-05 02:48:15 someone should trigger the CI for the dist one 2022-08-05 02:49:25 (the alpine one is fine, the random static tarball one is not) 2022-08-05 02:49:40 although afaik that one is also /etc/ssl because at the time it was built 1.1 used that 2022-08-05 03:06:21 psykose: I think ikke looked after that in the past 2022-08-05 03:06:45 ikke: ^ bump the static apk-tools pipeline :) 2022-08-05 03:14:52 not sure if its related to the openssl stuff but whilst locally building Edge mkinitfs package it failed on x86_64 with lots of ld errors regarding undefined references to stuff in libcryptsetup.so. Built fine on aarch64. Guessing cryptsetup needs a rebuild on x86_64 2022-08-05 03:16:44 looks fine from here 2022-08-05 03:28:55 psykose: listen Elaine.... (Airplane 2 joke reference) 2022-08-05 03:29:06 never seen :^) 2022-08-05 03:29:09 but really try again 2022-08-07 15:48:35 The redesigned https://alpinelinux.org/cloud page has landed! The filter helps narrow down images to what you're looking for -- this will be very helpful when more cloud providers are supported. 2022-08-07 15:49:19 (of particular note, "cloud-init" images are now listed here too) 2022-08-07 15:54:08 looks good! 2022-08-07 15:56:39 perhaps it could little text about <3.16 using sudo and >=3.16 using doas 2022-08-07 15:56:50 s/could/could include 2022-08-07 16:35:26 panekj: that's covered in the general 3.16 release notes -- and also mentioned in the images' motd 2022-08-08 06:42:30 tomalok: any reason you didn't make the options itself selectable? that would make the page considerable smaller. 2022-08-08 13:55:56 clandmeter: just woke up -- not sure i follow what you mean? 2022-08-08 14:41:48 good morning 2022-08-08 14:43:41 tomalok: i mean, having one row with select boxes so you can select, release, arch, firmware, boostrap and then push a button and go 2022-08-08 14:44:25 doenst have to be one row, could be a box with rows and options 2022-08-08 15:24:26 clandmeter: i may not be entirely caffeinated yet -- but i _think_ what you're saying is that the long list of per-region image/launch lines shouldn't be rendered initially? there is a plan to not show those by default -- but only after we have image binary downloads available (for NoCloud and others which we may not yet have per-region publicly 2022-08-08 15:24:26 launchable images in place) 2022-08-08 15:24:57 that's still a work-in-progress 2022-08-09 09:39:12 new stable releases are out 2022-08-09 13:36:20 ncopa: thanks -- i'll roll the new cloud images today 2022-08-09 18:38:21 ncopa, ikke: https://gitlab.alpinelinux.org/alpine/infra/alpine-mksite/-/merge_requests/53 - new cloud images 2022-08-09 18:41:04 Alright, will look at it in a bit 2022-08-09 18:41:08 thanks! 2022-08-10 20:19:41 merged 2022-08-10 21:08:32 ikke: thx!