diff --git a/content/authors/dchambre/daniel.jpg b/content/authors/dchambre/daniel.jpg new file mode 100644 index 000000000..11ea50e4f Binary files /dev/null and b/content/authors/dchambre/daniel.jpg differ diff --git a/content/authors/dchambre/index.md b/content/authors/dchambre/index.md new file mode 100644 index 000000000..f2eda21c4 --- /dev/null +++ b/content/authors/dchambre/index.md @@ -0,0 +1,7 @@ +--- +title: Daniel Chambre +avatar: daniel.jpg +github: smiyc +--- + +A DBA and Open Source enthusiast. \ No newline at end of file diff --git a/content/blog/customizing-hcl/bake.hcl b/content/blog/customizing-hcl/bake.hcl new file mode 100644 index 000000000..dfb0fcedd --- /dev/null +++ b/content/blog/customizing-hcl/bake.hcl @@ -0,0 +1,65 @@ +platforms = [ + "linux/amd64", +] + +extensions = [ + "dbgsym", + "partman", + "oracle-fdw", + "squeeze", + "show-plans", + "cron", + "tds-fdw", +] + +target "myimage" { + dockerfile-inline = <