eclipse-basyx / basyx-aas-web-ui

Web-based user interface for managing and interacting with Asset Administration Shells (AAS)
MIT License
9 stars 7 forks source link

DockerHub tag for latest release #107

Closed seicke closed 1 day ago

seicke commented 1 week ago

I propose to introduce a DockerHub tag that always refers to the latest release/verion of the aas-web-ui.

With such a tag, a user can ensure that the latest release/version of the aas-web-ui is always used.

Here: Proposal for tag ´latest´

aaronzi commented 1 day ago

Thank you for the suggestion. I incorporated this change in my PR #122 which adds GitHub actions to automatically release new images on Docker Hub when either a release is created on GitHub or a PR get's merged.

I'm currently considering changing the bootstrap.sh file to not push images anymore but building the web app in production mode instead. What do you think of this?

seicke commented 1 day ago

That is a great idea to adapt the GitHub actions to automatically push images to DockerHub!

I fully agree, that in this case there is no need for pushing images to Dockerhub within bootstrap.sh

aaronzi commented 1 day ago

Then I would suggest closing this PR