Dockerfile directory structure changes #924
MichaelSimons
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dockerfile directory structure changes
The Dockerfile directories have been re-organized to group the Dockerfiles by the docker repository the images are pushed to. The directory structure now aligns with the image tag names.
Details
The Dockerfiles used to be stored in directories with the following pattern:
<.net version>/<repo>/<distro>
Examples
The Dockerfiles are now stored in directories with the following pattern:
src/<repo>/<.net version>/<distro>
Examples
This is an organizational change only. It has no impact on the .NET docker images. This change will break links to the Dockerfiles that are not digest specific. See #596 and #597 for additional details.
Beta Was this translation helpful? Give feedback.
All reactions