• Obsession@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    I recently pushed my company to move everything off of Alpine and onto Debian Slim

    We had too many issues with musl that are incomprehensibly obscure and impossible to troubleshoot. Now the environment we deploy on is functionally the same to the environment our devs develop on

    • aport@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Now the environment we deploy on is functionally the same to the environment our devs develop on

      Isn’t this one of the primary benefits of Docker?

      Development, CI, and deployment environments can and should be the same.