Hey all.
I am following the guide outlined in docs to preconfigure and install plugins for my customized Goland image with following Dockerfile instructions:
# Install Bazel Goland plugin
RUN bash installer-scripts/plugin-installer.sh -v "2024.03.26.0.1-api-version-241" -d /opt/goland/plugins/ 8609
RUN bash installer-scripts/plugin-installer.sh -d /opt/goland/plugins/ 164
RUN bash installer-scripts/plugin-installer.sh -d /opt/goland/plugins/ 8079
After I launch my workstation none of the plugins specified above are installed, I have to manually install them, which beats the purpose of this feature.
Last step is taken straight from docs, but removes outdated version specification which doesn't exist anymore.