pat-s

@pat_dev@social.linux.pizza
49 Followers
49 Following
167 Posts
devops, sysadmin, golang, R

Codeberg core (https://codeberg.org)
Crow CI (https://crowci.dev)
CodeFloe founder (https://codefloe.com)
homepagepat-s.me
Codeberghttps://codeberg.org/pat-s
CodeFloehttps://codefloe.com/pat-s
Liberapayhttps://liberapay.com/pat-s/

In case you have been using @OpenCloud on Kubernetes, you might have noticed that they archived the (community) helm chart a few weeks ago due to "low quality contributions (from AI)".

Without any comment about this action: here is a forked version of the chart (with no changes yet) to move forward:

https://codefloe.com/devxy/helm-opencloud

#opencloud #helm #kubernetes

helm-opencloud

Helm Chart for OpenCloud

CodeFloe - A code hosting platform for the modern age

Decided to upkeep (Alpine) R images on #dockerhub instead of enforcing to use (self-hosted) #harbor registry.

Main reason: user discovery and convenience, even though I would not recommend using DockerHub to anyone these days anymore after their recent rate-limit and pricing changes in 2025.

FYI: Alpine 3.23 currently building.

https://hub.docker.com/r/devxygmbh/r-alpine

#devops #container #rstats

Update: a person from #posit saw my post on BlueSky and initiated a rebuild.

Still wondering why nobody noticed or reported this earlier. The total duration was ~ 2 weeks, or maybe a bit longer even, depending on when the library update happened.

Most likely nobody noticed yet as most people don't update their syslib reguraly (enough).

(And yes, I didn't report it on purpose immediately as I was curious to find out what happens as I already reported the last case before that for libgit2 ~ 1.5 years ago)

RE: https://social.linux.pizza/@pat_dev/115655758700903745

I'll write a blog post soon about why these details matter.

#codeberg #forgejo

RE: https://social.linux.pizza/@pat_dev/115609869879541234

Bump!

#posit binaries of spatial #rstats packages are still broken as of right now . Seems nobody has reported this to them yet.

RE: https://social.tchncs.de/@codefloe/115622237454667192

Another milestone done on the way to #github feature parity ;)

Hosted Pages on #forgejo - try it out!

PSA: #rstats Posit PM binaries for spatial packages (sf, terra, etc.) on RHEL9/Rocky9/Alma9 are broken right now after a major bump from Proj8 to Proj9 in the Appstream repo lately.

rpkgs.com binaries have been already rebuilt to link against the new syslib versions.

install.packages("terra", repos = "cran.rpkgs.com/amd64/rhel9/latest")

https://rpkgs.com/

Finally migrated all my #Postgres #Bitnami instances over to Crunchy Postgres (k8s) (n = 12) and pgautoupgrade (https://github.com/pgautoupgrade/docker-pgautoupgrade) (docker) (n = 8) and updated all to v18.

Should probably write a blog post about it.

GitHub - pgautoupgrade/docker-pgautoupgrade: A PostgreSQL Docker container that automatically upgrades your database

A PostgreSQL Docker container that automatically upgrades your database - pgautoupgrade/docker-pgautoupgrade

GitHub
2025-11-03: Various Forgejo Actions improvements; Update to Crow v4.4.0; IPV6 support

Forgejo Actions configuration has seen lots of improvements over the last days. Docker workflows are now supported through a dedicated docker-in-docker (DIND) instance processing all workflows. See TLS Docker jobs with Forgejo Actions (systemd) | devXY and Utilizing Docker within Actions | Forgejo – Beyond coding. We forge. for more background information. To use it, set runs-on: docker in the Actions spec. The dind image will always run the latest docker version available. Agent and client c...

CodeFloe

Various QOL enhancements in the most recent #crowci release.

Have a look if you want a flexible, slim self-hostable #ci written in #go and hosted on #codeberg!

https://codeberg.org/crowci/crow/releases/tag/v4.3.0

v4.3.0 - crowci/crow

### Features - add option to multi-select pipelines (for restart and cancelation) (#406) (8514a6a) ### Bug Fixes - task assignment and cancellation of matrix workflows in database queue (3ac35f2) - revert broken priority scheduling for matrix workflows when using database queue (20b3cb7) - ens...

Codeberg.org