- copy
go.modandgo.sumfiles from the offline PC to the internet PC
Find the original here article here: Devops Best Practices
DevOps started out as "Agile Systems Administration". In 2008, at the Agile Conference in Toronto, Andrew Shafer posted an offer to moderate an ad hoc "Birds of a Feather" meeting to discuss the topic of "Agile Infrastructure". Only one person showed up to discuss the topic: Patrick Debois. Their discussions and sharing of ideas with others advanced the concept of "agile systems administration". In that same year, Debois and Shafer formed an Agile Systems Administrator group on Google, with limited success. Patrick Debois did a presentation called "Infrastructure and Operations" addressing issues around involving more of the comp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # YugabyteDB build steps from: | |
| # https://docs.yugabyte.com/latest/contribute/core-database/build-from-src-centos/ | |
| # | |
| FROM centos:7.9.2009 | |
| ARG GCC_VERSION=7.3.0 | |
| ARG YB_VERSION=2.7.1.1 | |
| ARG MAKE_GCC_PARALLELISM=16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '2' | |
| services: | |
| watchtower: | |
| image: containrrr/watchtower | |
| volumes: | |
| - /var/run/docker.sock:/var/run/docker.sock | |
| - /root/.docker/config.json:/config.json | |
| command: nginx-proxy nginx-proxy-le |