You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an issue for adding the new repo to the nightly branch.
It should contain the contents of this checklist as well as the contents of the New Image Release checklist.
Create a PR to add new repo and images to the nightly branch.
Follow the New Image Release
checklist. The PR must include:
Unit tests.
Scenario tests.
README content. This content will show up on
GitHub (example),
MAR, (example), and
DockerHub (example).
It should contain:
An "About" section explaining what the image is and why it's useful.
A "Usage" section explaining the very basics for getting started with the image.
Create an issue for moving the new repo from the nightly to main branch according to
the guidelines that were decided on above.
Nightly Branch Tasks
Update Dockerfiles and manifests
Create Dockerfiles under /src/$product/$major-minor-version/$os/$arch/. These Dockerfiles can contain placeholder
content, as they will be re-generated by templates later.
Creating a new repo tasks
nightly
branch.It should contain the contents of this checklist as well as the contents of the
New Image Release checklist.
nightly
branch.Follow the New Image Release
checklist. The PR must include:
GitHub (example),
MAR, (example), and
DockerHub (example).
It should contain:
nightly
tomain
branch according tothe guidelines that were decided on above.
Nightly Branch Tasks
/src/$product/$major-minor-version/$os/$arch/
. These Dockerfiles can contain placeholdercontent, as they will be re-generated by templates later.
and Readmes
for instructions on editing templates.
to include the new images
to reference the new set of Dockerfiles and templates with the appropriate tags.
to see which tagging patterns to follow.
pwsh .\eng\readme-templates\Get-GeneratedDockerfiles.ps1
pwsh .\eng\readme-templates\Get-GeneratedReadmes.ps1
TestData.cs
build-and-test.ps1
to build and test your imageswhen images are published
The text was updated successfully, but these errors were encountered: