Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 3, 2024
1 parent 8a1e234 commit 85d5a0d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 06-integrating/06-integrating.tex
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@

\thought{Provide \ff{Dockerfile}}

\pitch{
\begin{multicols}{2}
\includegraphics[width=.9\linewidth]{cam-how-to.png}
\par
{\small \url{https://github.com/yegor256/cam}\par}
\par\columnbreak\par
``One of the largest benefits about Dockerfiles is that they can be completely \ul{self contained}. Your CI vendor of choice starts to matter less and less because the Dockerfiles themselves are portable and predictable.''
\source{batilo2022ways}
\end{multicols}}

\thought{Be aware of flaky tests}

\qte
Expand Down
Binary file added 06-integrating/cam-how-to.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion aspell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ sexualized
dependabot
XSLT
hedonic
averseness
averseness
Dockerfiles
10 changes: 10 additions & 0 deletions main.bib
Original file line number Diff line number Diff line change
Expand Up @@ -712,3 +712,13 @@ @inproceedings{beller2017oops
organization={IEEE},
doi={10.1109/MSR.2017.62}
}

@misc{batilo2022ways,
author = {Batilo, Aaron},
howpublished = {\url{https://ben.balter.com/2014/11/06/rules-of-communicating-at-github/}},
month = {November},
note = {[Online; accessed 03-04-2024]},
title = {{The 4 ways to run your unit tests in CI with Dockerfiles}},
year = {2022},
}

0 comments on commit 85d5a0d

Please sign in to comment.