Replies: 3 comments 1 reply
-
@xmfcx is this discussion related to this one? |
Beta Was this translation helpful? Give feedback.
-
As we have discussed during the last WG meeting, And this includes the variants of:
|
Beta Was this translation helpful? Give feedback.
-
True. Sadly the development since this April has not followed a careful design but only made ad-hoc changes, which created a lot of confusion until today. I had tried to explain and warn that such a complicated design brings no good here and there.
But the group and reviewers decided this way better and I have parted respectfully. Still, those who are interested in a much simpler design may look here: https://github.com/bounverif/autoware/pkgs/container/autoware In summary, I think reviewing is broken for Autoware container development. Several merges should have never been passed that easily without any thought. |
Beta Was this translation helpful? Give feedback.
-
On Autoware, there are multiple Docker image tags for different purposes, and they are being developed rapidly, which is very nice for Autoware deployment.
However, the fast development also causes issues such as instability of the image tags. Since there are changes to the image tag names, it is hard to create an image on top of the official Autoware images. For instance, there used to be a
prebuilt
tag, but it doesn't exist anymore and users need to migrate to the image which meets their requirements.Autoware should have a Docker image design and development that allows using in the long term. For example, there is the
20240905-autoware-universe-cuda
image. When a newxxxx-autoware-universe-cuda
image is created, the functionality should be the same so that users can update their Autoware stack by just changing the date of the base image.I propose creating long-term periods such as 6–12 months for the image tag naming. While in these periods, the existing tags should be maintained and keep their stated functionality. This will allow users to update their Autoware version by editing the date field in the tag in their Dockerfile.
Beta Was this translation helpful? Give feedback.
All reactions