52

Inspired by tools like Grafana that I just discovered, what other cool open source tooling do you use?

you are viewing a single comment's thread
view the rest of the comments
[-] worldofgeese@lemmy.world 6 points 10 months ago* (last edited 10 months ago)

Now that I've finished the first draft of an article on setting up rootless Podman on Guix System, I'm using and building out a set of tools to support a new article covering an all Red Hat stack from inner loop to CI.

So far, it's

  • OpenShift for the platform services run on
  • Podman for my local container engine
  • Podman Compose for inner loop development
  • OpenShift Pipelines for CI
  • Shipwright for building container images locally with Buildah
  • Quay for image scanning and storage
  • OpenShift Serverless for scale-to-zero deployments
[-] Pyroglyph@lemmy.world 1 points 10 months ago

I really want to like Podman Compose but since the very beginning it's been noticeably tougher to work with than Docker Compose. I get that it's because it's just an extra script rather than a first party tool, but still.

[-] worldofgeese@lemmy.world 2 points 10 months ago

For something simple that just needs a bind mount like

services:
  app:
    build:
      context: .
      target: base
    volumes:
      - ./debaser_studio:/opt/app-root/src/debaser_studio/debaser_studio
    ports:
      - "3000:3000"
      - "8000:8000"
    user: default

I haven't found any issues. Do you have more complex needs?

[-] onlinepersona@programming.dev 1 points 10 months ago

I wish podman or docker had an IPFS registry. When dockerhub or quay decide to be slow for whatever reason, then all you can do is sit and wait. With IPFS it would be possible to pull from multiple hosts and even mirror images.

this post was submitted on 02 Nov 2023
52 points (96.4% liked)

Programming

16971 readers
297 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS