<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Populate the container registry :: Flywheel Data Labs - Workshops</title>
    <link>http://localhost:8080/gitops_flux/2.populate/index.html</link>
    <description>In this section we will user a Gitlab CI/CD pipeline to add content to the Gitlab container registry.&#xA;Browse back to the repository. Select Code then Repository.&#xA;Select the .gitlab-ci.yml file to view the contents.&#xA;There are three stages in our pipeline. The first one is called registry. Notice in the load_registries: section there is a rule to run this stage when the commit branch is registry. When this stage executes it runs the images.sh script. Select the gitops-flux link to navigate back to the root of the repository.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 27 Mar 2024 10:40:21 -0400</lastBuildDate>
    <atom:link href="http://localhost:8080/gitops_flux/2.populate/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Review CI/CD Pipeline</title>
      <link>http://localhost:8080/gitops_flux/2.populate/pipeline/index.html</link>
      <pubDate>Wed, 27 Mar 2024 10:40:21 -0400</pubDate>
      <guid>http://localhost:8080/gitops_flux/2.populate/pipeline/index.html</guid>
      <description>Select Build and Pipelines and you should see a running pipeline.&#xA;Depending on how quick you are, that status will either say Running or Passed. Select whichever value is present under the Status column to see the associated job.&#xA;Select the load_registries job to see the output from the commands.</description>
    </item>
    <item>
      <title>Review the container registry</title>
      <link>http://localhost:8080/gitops_flux/2.populate/container/index.html</link>
      <pubDate>Wed, 27 Mar 2024 10:40:21 -0400</pubDate>
      <guid>http://localhost:8080/gitops_flux/2.populate/container/index.html</guid>
      <description>Select Deploy and Container Registry to view the container images that will be used for this workshop.&#xA;Select gitops-flux/podinfo hyperlink to view the two image tags</description>
    </item>
  </channel>
</rss>