Difference between revisions of "Job/Docker Workflow"

From PKC
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 9: Line 9:
# The tags are named properly.   
# The tags are named properly.   
|outputs=  
|outputs=  
# A workflow page.
# [[Docker Workflow/Docker Image Version]]
|process=  
|process=  
# {{:Docker Workflow/Process}}
# {{:Process/Docker Workflow}}
|inputs=  
|inputs=  
# Knowledge from [[Docker]].
# {{:Inputs/Docker Workflow}}
# [https://docs.docker.com/registry/ Docker registry tutorial]
# [https://docs.docker.com/registry/introduction/#understanding-image-naming Image Naming]
|boundaries=  
|boundaries=  
# By now we only test the workflow on thewiki.us server.  More servers should be tested in the future.  
# By now we only test the workflow on thewiki.us server.  More servers should be tested in the future.  
}}
}}
== Sub Page ==
* [[Inputs/Docker Workflow]]
* [[Process/Docker Workflow]]
* [[Docker Workflow/Docker Image Version]]

Latest revision as of 08:43, 26 July 2021


TO BE DEPRECATED: When you see this, please consider moving the logic model below from Template:Logic Model to Template:LogicModel

1. Context
  1. The Mediawiki container on thewiki.us contains software which are constantly changing.
2. Goal
  1. Specify and docker registry workflow of PKC and test.
3. Success Criteria
  1. The process are investigated and streamlined.
  2. Users follow and improve the workflow.
  3. The tags are named properly.
4. Outputs 5. Process 6. Inputs
  1. Docker Workflow/Docker Image Version
  1. Pull and build a docker registry image from the official website. [1].
  2. For the target container to be versioned, commit the container.
  3. Push to the local registry and then test whether it succeeded.
  4. Install some extensions and make a software version from it.
  1. Knowledge from Docker.
  2. Docker registry tutorial
  3. Image Naming
  4. Basic Configuration
7. Boundary Conditions
  1. By now we only test the workflow on thewiki.us server. More servers should be tested in the future.


Sub Page