Giter Club home page Giter Club logo

cdpracticetworepos's Introduction

03_05_challenge_develop_a_container_image_pipeline

It's time for a challenge!

You’ve just joined a team that’s developing an API for mobile applications. They’re using containers for the first time and need to set up a CI/CD pipeline to publish container images.

Their last project used an integration workflow for python and the plan is to use that workflow on the new project as well.

The team has asked you to help them set up a repo for the integration workflow so it can be used in the latest project and any new projects that come up in the future.

REQUIREMENTS

  1. Create two new repos.

  2. In the first repo, add a workflow for a Python application. Create a workflow using the starter workflow for Python applications.

  3. Update the workflow so it can be called from another workflow.

  4. In the second repo, add the exercise files and then create a workflow using the starter workflow for Publish Docker Container. Update the workflow to call the integration workflow.

    Additionally, add permissions for the integration workflow. After the uses block, add:

     permissions:
       contents: read
    
  5. Add a job to build and publish the code as a container image once the integration tests are complete.

    This requirement is partially completed in the previous step by adding the starter workflow.

    However, the workflow still needs to be modified so the build and publish steps run after the integration tests.

cdpracticetworepos's People

Contributors

lalitacloud avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.