add The Site Reliability Workbook

This commit is contained in:
Ahmed AbouZaid 2019-02-01 06:26:36 +01:00
parent 609362e475
commit 3d420e075d
3 changed files with 24 additions and 2 deletions

View File

@ -6,10 +6,10 @@ Original sources are downloaded from https://landing.google.com/sre/books
# Books # Books
## Site Reliability Engineering ## Site Reliability Engineering (2016)
<img src="cover/sre-book.jpg" width="320" alt="site reliability engineering cover" > <img src="cover/sre-book.jpg" width="320" alt="site reliability engineering cover" >
## The Site Reliability Workbook ## The Site Reliability Workbook (2018)
<img src="cover/workbook.jpg" width="320" alt="the site reliability workbook cover" > <img src="cover/workbook.jpg" width="320" alt="the site reliability workbook cover" >
# Build # Build
@ -24,6 +24,7 @@ You can generate either of books using `BOOK_SLUG` variable.
Available values for `BOOK_SLUG`: Available values for `BOOK_SLUG`:
- `sre_book` Site Reliability Engineering. - `sre_book` Site Reliability Engineering.
- `srw_book` The Site Reliability Workbook.
``` ```
$ docker run --rm --volume "$(pwd):/output" captn3m0/google-sre-ebook:latest -e BOOK_SLUG='sre_book' $ docker run --rm --volume "$(pwd):/output" captn3m0/google-sre-ebook:latest -e BOOK_SLUG='sre_book'

View File

@ -12,4 +12,14 @@ BOOKS=(
' '
) )
# Site Reliability Workbook
["SRW_BOOK"]=$(
echo '
BOOK_NAME=workbook
BOOK_NAME_FULL=The Site Reliability Workbook
BOOK_FILE=google-sre-workbook
BOOK_TOC_URL=https://landing.google.com/sre/workbook/toc/index.html
'
)
) )

11
metadata/workbook.xml Normal file
View File

@ -0,0 +1,11 @@
<dc:identifier id="epub-id-1" opf:scheme="ISBN-10">1492029459</dc:identifier>
<dc:identifier id="epub-id-1" opf:scheme="ISBN-13">978-1492029458</dc:identifier>
<dc:title id="epub-title-1">The Site Reliability Workbook: Practical Ways to Implement SRE</dc:title>
<dc:date>2018-08-10</dc:date>
<dc:language>en-US</dc:language>
<dc:creator id="epub-creator-1" opf:role="edt">Betsy Beyer</dc:creator>
<dc:creator id="epub-creator-1" opf:role="edt">Niall Richard Murphy</dc:creator>
<dc:creator id="epub-creator-1" opf:role="edt">David K. Rensin</dc:creator>
<dc:creator id="epub-creator-1" opf:role="edt">Kent Kawahara</dc:creator>
<dc:creator id="epub-creator-1" opf:role="edt">Stephen Thorne</dc:creator>