Sysadmin Tools 🇺🇦
3.88K subscribers
692 photos
28 videos
302 files
5.1K links
Sysadmin/DevOps tools, news and other interesting things from modern IT world.
Feed https://t.me/s/sysadmin_tools
Download Telegram
Gitlab закрывает халявный CI/CD для Github private external repositories с 22 марта 2020. Предлагают сделать репы приватные в самом gitlab-e или перейти на Silver Plan.

https://about.gitlab.com/releases/2020/03/12/free-period-for-cicd-external-repositories/

#bitbucket #gitlab #git #github #ci #cd
A post on using Conftest and Regula to help write secure Terraform code and test as part of a CI process.

https://dev.to/prince_of_pasta/securing-your-terraform-pipelines-with-conftest-regula-and-opa-4hkh

#terraform #ci #security
Успейте зарегистрироваться на бесплатную конференцию Continues Delivery Conference 2021
там много вкусного

https://cdcon2021.sched.com/?iframe=no
PS: старт сегодня в 16:00 по Киеву/Москве

#conference #ci #cd
Earthly

🐳 Build anything via containers - build images or standalone artifacts (binaries, packages, arbitrary files)

🛠 Programming language agnostic - allows use of language-specific build tooling

🔁 Repeatable builds - does not depend on user's local installation: runs the same locally, as in CI

 Parallelism that just works - build in parallel without special considerations

🏘 Mono and Poly-repo friendly - ability to split the build definitions across vast project hierarchies

💾 Shared caching - share build cache between CI runners

🔀 Multi-platform - build for multiple platforms in parallel

#go #docker #ci