Skip to content

Commit

Permalink
change name of component to rsp-session-multi-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
skyeturriff committed Oct 30, 2024
1 parent aa7efaf commit 0fc9649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workbench-session-init/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ ARG RSW_VERSION=2024.09.0+375.pro3
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN mkdir -p /pwb-staging && \
RSW_VERSION_URL=$(echo -n "${RSW_VERSION}" | sed 's/+/-/g') && \
echo "Downloading https://s3.amazonaws.com/rstudio-ide-build/session/multi/x86_64/rsp-session-multi-${RSW_VERSION_URL}-x86_64.tar.gz" && \
curl -fsSL -o /pwb-staging/rsp-session-multi.tar.gz "https://s3.amazonaws.com/rstudio-ide-build/session/multi/x86_64/rsp-session-multi-linux-${RSW_VERSION_URL}-x86_64.tar.gz" && \
echo "Downloading https://s3.amazonaws.com/rstudio-ide-build/session/multi/x86_64/rsp-session-multi-linux-${RSW_VERSION_URL}-x86_64.tar.gz" && \
curl -fsSL -o /pwb-staging/rsp-session-multi-linux.tar.gz "https://s3.amazonaws.com/rstudio-ide-build/session/multi/x86_64/rsp-session-multi-linux-${RSW_VERSION_URL}-x86_64.tar.gz" && \
mkdir -p /opt/session-components && \
tar -C /opt/session-components -xf /pwb-staging/rsp-session-multi.tar.gz && \
tar -C /opt/session-components -xf /pwb-staging/rsp-session-multi-linux.tar.gz && \
chmod -R 755 /opt/session-components && \
rm -rf /pwb-staging

Expand Down

0 comments on commit 0fc9649

Please sign in to comment.