• 1 Post
  • 8 Comments
Joined 4 years ago
cake
Cake day: November 15th, 2020

help-circle
  • Thanks for the share, I deal with containers and their security often.

    A couple of good practices I add.

    1.) if you’re going to pull from a CR/Dockerhub lock your tagged release to the specific semantic version you’re able to inspect. Pulling latest may have unintended results or introduce new things.

    2.) When possible clone upstream repo on the release you like and build on your own without pulling from a CR



  • deadinsid3toLibre Culture*Permanently Deleted*
    link
    fedilink
    arrow-up
    1
    ·
    4 years ago

    This isn’t so much arguing for not using GitHub, as for not only using GitHub. GitHub is where people actually are, so if you want tor each them that’s where you have to be, but make sure to keep a safe copy elsewhere.

    I keep most of my projects on my own gitea instance and just do remote mirroring. I’m still working on interacting with github and gitlab cross-instance.