Skip to content

NERONSW/python_testing_workflow-part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published