diff --git a/_sponsors/docker.md b/_sponsors/docker.md new file mode 100644 index 0000000..fff8f04 --- /dev/null +++ b/_sponsors/docker.md @@ -0,0 +1,9 @@ +--- +name: Docker Inc +logo: sponsor-docker.png +website: https://hub.docker.com/ +button: hub.docker.com +--- + +Docker accepted Vox Pupuli in their [Open Source Community Program](https://docs.docker.com/trusted-content/dsos-program/). +Among other things our developers don't have API ratelimits and we get free vulnerability analysis and insights analytics for our images. diff --git a/static/images/01-primary-blue-docker-logo.png b/static/images/01-primary-blue-docker-logo.png new file mode 100644 index 0000000..67e8c6c Binary files /dev/null and b/static/images/01-primary-blue-docker-logo.png differ diff --git a/static/images/Makefile b/static/images/Makefile index e42e2a2..4477988 100644 --- a/static/images/Makefile +++ b/static/images/Makefile @@ -1,4 +1,4 @@ -all: sponsor-github.png sponsor-hetzner.png sponsor-hoenscheiditconsulting.png sponsor-betadots.png sponsor-babiel.png sponsor-enterprise-modules.png +all: sponsor-github.png sponsor-hetzner.png sponsor-hoenscheiditconsulting.png sponsor-betadots.png sponsor-babiel.png sponsor-enterprise-modules.png sponsor-docker.png SPONSOR_LOGO= 300x150 SPONSOR_CANVAS= 320x170 @@ -22,3 +22,5 @@ sponsor-betadots.png: betadots.png sponsor-babiel.png: babiel_logo_RGB.png sponsor-enterprise-modules.png: logo-Enterprise-modules\ SVG.png + +sponsor-docker.png: 01-primary-blue-docker-logo.png diff --git a/static/images/sponsor-docker.png b/static/images/sponsor-docker.png new file mode 100644 index 0000000..2314144 Binary files /dev/null and b/static/images/sponsor-docker.png differ