<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Build custom ansible container image :: Flywheel Data Labs - Workshops</title>
    <link>http://localhost:8080/ansible_f5/3.container/index.html</link>
    <description>In this section we are going to build a custom ansible container image using a Dockerfile and store the image in our container registry so that the CI/CD pipeline can use it for future runs as we expand our pipeline.&#xA;Select Code then Repository. Select the .gitlab-ci.yml file. Select the blue Edit selection list and then choose Edit single file. In the stages section, add a new stage called container so that it looks like the following:</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 27 Mar 2024 10:40:21 -0400</lastBuildDate>
    <atom:link href="http://localhost:8080/ansible_f5/3.container/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>View container build</title>
      <link>http://localhost:8080/ansible_f5/3.container/container_build/index.html</link>
      <pubDate>Wed, 27 Mar 2024 10:40:21 -0400</pubDate>
      <guid>http://localhost:8080/ansible_f5/3.container/container_build/index.html</guid>
      <description>Select Build then Pipelines and select the most recent pipeline. Select the build_container job to watch the container build process. When it successfully completes it will push a custom container image to the container registry.&#xA;Browse over to the container registry to see the image. Select Deploy and then Container Registry. You should now see an container with the name ansible.</description>
    </item>
    <item>
      <title>Dockerfile review</title>
      <link>http://localhost:8080/ansible_f5/3.container/dockerfile/index.html</link>
      <pubDate>Wed, 27 Mar 2024 10:40:21 -0400</pubDate>
      <guid>http://localhost:8080/ansible_f5/3.container/dockerfile/index.html</guid>
      <description>Let’s look at the Dockerfile that was used to build our container image.&#xA;Select Code then Repository to navigate back to the repository. Select the Dockerfile to view the Dockerfile that was used as part of the build process.</description>
    </item>
  </channel>
</rss>