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
Following recent updates across the codebase to support Gazebo Harmonic and drop support for Gazebo Classic, the scheduled docker job fails since the required gz debs are not available on 22.04.
In #479 i've upgraded the underlay to rolling which is what it should be in main. Following that, we could update each distro branch to build with the corresponding underlay and create distro specific tags, ie, update
Personally I'm keen on dropping the docker images since this was something we needed before we overhauled our versioning and release process to release binaries more frequently. It seems like quite a hassle to maintain. But open to discussing this further.
The text was updated successfully, but these errors were encountered:
Before proceeding, is there an existing issue or discussion for this?
Description
The DOCKERFILE on
main
useshumble
as the underlayrmf/Dockerfile
Line 5 in 1c08ff4
Following recent updates across the codebase to support Gazebo Harmonic and drop support for Gazebo Classic, the scheduled docker job fails since the required gz debs are not available on 22.04.
This leads to #477.
In #479 i've upgraded the underlay to
rolling
which is what it should be inmain
. Following that, we could update each distro branch to build with the corresponding underlay and create distro specific tags, ie, updatermf/.github/workflows/build.yaml
Line 22 in 1c08ff4
Personally I'm keen on dropping the docker images since this was something we needed before we overhauled our versioning and release process to release binaries more frequently. It seems like quite a hassle to maintain. But open to discussing this further.
The text was updated successfully, but these errors were encountered: