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

add a posit user to the base content container #475

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

colearendt
Copy link
Member

When service accounts are in play, they default to UID/GID 999. For instance, on Connect. We create a posit user in this place for consistency across products, environments, etc.

content/base/Dockerfile.ubuntu1804 Outdated Show resolved Hide resolved
@@ -124,9 +124,13 @@ RUN curl -fsSL -o miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-${
# remove miniconda too, for size
&& rm -rf /opt/miniconda

# install quarto
# Install Quarto --------------------------------------------------------------#
Copy link
Contributor

Choose a reason for hiding this comment

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

Link to https://docs.posit.co/resources/install-quarto/ and add the same "not on my PATH" comment.

When service accounts are in play, they default to UID/GID 999. For
instance, on Connect. We create a posit user in this place for consistency
across products, environments, etc.
@colearendt colearendt added the connect Specific to connect images label Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connect Specific to connect images
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants