-
Notifications
You must be signed in to change notification settings - Fork 10
[Discussion] Docker images tags #551
Comments
@sgermanserrano Thanks for creating the issue. Regarding the naming, what do you think about:
For instance, following the same tag naming from above:
to suggest a few. |
Hi, We don't need to add the CPU architecture to the name because Docker manifest already has a mechanism to deal with that. It is my understanding you can have a single image name, but actually multiple builds (one for each arch). My suggestion is that we only create more images for very specific platforms that require extra support. Otherwise, this may be the minimal required to begin with:
[1] I'm assuming the Synquacer would run a generic AArch64 docker image. @sgermanserrano, is that a correct assumption? [2] If Driveworks SDK allows native build and is generic enough (and depending on the arrangement between Autoware and NVIDIA) perhaps we could simply include driverworks SDK on the autoware-base-cuda and autoware-cuda builds for arm64. Note: When you want to explicitly fetch an image for a specific arch, you can prefix the image name, like this: armv8a/autoware:kinetic-base. |
Putting everything together: To keep in line with the naming in https://github.com/docker-library/official-images#multiple-architectures:
|
New Feature
There is no alignment in the tags used for docker images in autoware/autoware and autoware/build.
PR autowarefoundation/autoware#1946 will allow to build images in autoware/autoware automatically with the following tag structure (#1938):
To be consistent, for new images built in autoware/build the following tag structure is proposed:
The text was updated successfully, but these errors were encountered: