diff --git a/themes/default/content/resources/automating-docker-image-builds-using-pulumi/index.md b/themes/default/content/resources/automating-docker-image-builds-using-pulumi/index.md new file mode 100644 index 00000000000..08cb0491dd7 --- /dev/null +++ b/themes/default/content/resources/automating-docker-image-builds-using-pulumi/index.md @@ -0,0 +1,79 @@ +--- +# Name of the event, <= 60 characters +title: Automating Docker Image Builds using Pulumi and Docker +meta_desc: Join our workshop to master automating your Docker build process using Pulumi Docker Build provider and Docker Build Cloud with TypeScript. +meta_image: + +# A featured webinar will display first in the list. +featured: false + +# Webinars with unlisted as true will not be shown on the webinar list +unlisted: false + +# Gated webinars will have a registration form and the user will need +# to fill out the form before viewing. +gated: true + +# The layout of the landing page. +type: webinars + +# External webinars will link to an external page instead of a webinar +# landing/registration page. If the webinar is external you will need +# set the 'block_external_search_index' flag to true so Google does not index +# the webinar page created. +external: false +block_external_search_index: false + +# The url slug for the webinar landing page. If this is an external +# webinar, use the external URL as the value here. +url_slug: automating-docker-image-builds-using-pulumi + +# Content for the left hand side section of the page. +main: + # Webinar title. + title: Automating Docker Image Builds using Pulumi and Docker + + event_type: workshop # workshop | event + + # URL for embedding a URL for ungated webinars. + youtube_url: + + # Sortable date. The datetime Hugo will use to sort the webinars in date order. + sortable_date: 2024-06-25T09:00:00.000-07:00 + + # Duration of the webinar. + duration: 90 minutes + + # "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa) + location: virtual + + # Description of the webinar. + description: | + In this workshop, you will learn how to automate your Docker build process by leveraging the Pulumi Docker Build provider and Docker Build Cloud. You will use TypeScript to define your infrastructure as code (IaC), including the configuration of Docker builds. Additionally, you will set up a Docker Build Cloud to use external caching to reduce the time required for builds significantly. + + learn: + - How to create and configure a Docker Build Cloud (DBC) builder + - How to create a Pulumi program in Typescript to define IaC + - How to build NGINX Dockerfile in Pulumi and DBC + + # The webinar presenters + presenters: + - name: Diana Esteves + role: Solutions Architect, Pulumi + photo: /images/team/diana-esteves.jpg + - name: Michael Irwin + role: Senior Manager, Developer Relations, Docker + photo: /images/people/michael-irwin.jpg + + # case-sensitive + tags: + level: Intermediate # Beginner, Intermediate, Advanced + topics: ["Docker"] + languages: ["TypeScript"] + +# The right hand side form section. +form: + # HubSpot form id. + hubspot_form_id: 64754c08-8bf2-427d-8ded-eac9214c64af + salesforce_campaign_id: 701PQ00000CsD30YAF +--- \ No newline at end of file diff --git a/themes/default/content/resources/building-ai-powered-applications-at-pulumi/index.md b/themes/default/content/resources/building-ai-powered-applications-at-pulumi/index.md index 09bbc78c82f..164f1734320 100644 --- a/themes/default/content/resources/building-ai-powered-applications-at-pulumi/index.md +++ b/themes/default/content/resources/building-ai-powered-applications-at-pulumi/index.md @@ -39,7 +39,7 @@ main: youtube_url: # Sortable date. The datetime Hugo will use to sort the webinars in date order. - sortable_date: 2024-05-15T09:00:00.000-07:00 + sortable_date: 2024-07-10T09:00:00.000-07:00 # Duration of the webinar. duration: 90 minutes diff --git a/themes/default/content/resources/microsoft-build-happy-hour/index.md b/themes/default/content/resources/microsoft-build-happy-hour/index.md new file mode 100644 index 00000000000..7ec3b92df2a --- /dev/null +++ b/themes/default/content/resources/microsoft-build-happy-hour/index.md @@ -0,0 +1,67 @@ +--- +# Name of the event, <= 60 characters +title: AI Infrastructure Happy Hour +meta_desc: Get ready to mix, mingle, and dive into the world of AI infrastructure at our Happy Hour after Microsoft Build Day 2! Hosted by Pulumi, New Relic, and Pinecone. +meta_image: + +# A featured webinar will display first in the list. +featured: false + +# Webinars with unlisted as true will not be shown on the webinar list +unlisted: false + +# Gated webinars will have a registration form and the user will need +# to fill out the form before viewing. +gated: false + +# The layout of the landing page. +type: webinars + +# External webinars will link to an external page instead of a webinar +# landing/registration page. If the webinar is external you will need +# set the 'block_external_search_index' flag to true so Google does not index +# the webinar page created. +external: true +block_external_search_index: true + +# The url slug for the webinar landing page. If this is an external +# webinar, use the external URL as the value here. +url_slug: https://lu.ma/hbj9z891 + +# Content for the left hand side section of the page. +main: + # Webinar title. + title: AI Infrastructure Happy Hour + + event_type: event # workshop | event + + # URL for embedding a URL for ungated webinars. + youtube_url: + + # Sortable date. The datetime Hugo will use to sort the webinars in date order. + sortable_date: 2024-05-22T18:00:00-07:00 + + # Duration of the webinar. + duration: 3 hours + + # "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa) + location: Seattle, WA + + # Description of the webinar. + description: + + # The webinar presenters + presenters: + + # case-sensitive + tags: + level: # Beginner, Intermediate, Advanced + topics: [] + languages: [] + +# The right hand side form section. +form: + # HubSpot form id. + hubspot_form_id: + salesforce_campaign_id: +--- \ No newline at end of file diff --git a/themes/default/static/images/microsoft-build/meta.png b/themes/default/static/images/microsoft-build/meta.png index 2776349cca2..dcaf76d8ac5 100644 Binary files a/themes/default/static/images/microsoft-build/meta.png and b/themes/default/static/images/microsoft-build/meta.png differ diff --git a/themes/default/static/images/people/michael-irwin.jpg b/themes/default/static/images/people/michael-irwin.jpg new file mode 100644 index 00000000000..76c7ed981c3 Binary files /dev/null and b/themes/default/static/images/people/michael-irwin.jpg differ