Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main-2.0: add new URL for SAS 9.4 M8 #634

Open
wants to merge 29 commits into
base: master-2.0
Choose a base branch
from

Conversation

bryanpaget
Copy link
Contributor

@bryanpaget bryanpaget commented May 29, 2024

This update is to remove the SAS image's dependency on sas4c, which is the older SAS image using SAS 9.4 M7.

I have uploaded SAS 9.4 M8 to an Azure storage container and moved the relevant logic out of sas4c into the AAW SAS image.

Todo:

  • Add secrets for storage account to Github Actions.

Ticket: https://jirab.statcan.ca/browse/BTIS-304

@bryanpaget bryanpaget added the auto-deploy Trigger manual CI steps for this PR label May 29, 2024
@bryanpaget bryanpaget changed the title add new version of sas from azure storage master-2.0: add new URL for SAS 9.4 M8 Jun 25, 2024
@bryanpaget bryanpaget changed the title master-2.0: add new URL for SAS 9.4 M8 main-2.0: add new URL for SAS 9.4 M8 Jun 25, 2024
@@ -11,22 +11,39 @@ RUN wget -q ${QUARTO_URL} -O /tmp/quarto-${QUARTO_VERSION}-linux-amd64.tar.gz &&
chmod +x /tmp/quarto-${QUARTO_VERSION} && \
ln -s /tmp/quarto-${QUARTO_VERSION}/bin/quarto /usr/bin/quarto

RUN groupadd -g 1002 sasstaff && \
RUN groupadd -g 1337 supergroup && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is reverting a PR I made. Is this actually necessary?

Copy link
Contributor Author

@bryanpaget bryanpaget Jun 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just an old branch, I opened the branch before you made those changes, so this branch still had the old stuff. I've made the changes to match the work you did. Thank you for pointing that out. I should pay more attention when making pull requests for old branches.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was another user/permissions error:

Line 33:

chown -R sas:sasstaff /usr/local/SASHome --> chown -R jovyan:sasstaff /usr/local/SASHome

docker-bits/6_jupyterlab.Dockerfile Outdated Show resolved Hide resolved
docker-bits/6_sas.Dockerfile Outdated Show resolved Hide resolved
Copy link
Contributor

@mathis-marcotte mathis-marcotte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried in a notebook on dev and I can't open SAS Studio.
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-deploy Trigger manual CI steps for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants