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

Use benjaminrodenberg/precice:develop #171

Merged
merged 2 commits into from
Mar 4, 2023

Conversation

BenjaminRodenberg
Copy link
Member

No description provided.

@BenjaminRodenberg BenjaminRodenberg added the bug Something isn't working label Mar 2, 2023
@BenjaminRodenberg BenjaminRodenberg self-assigned this Mar 2, 2023
@BenjaminRodenberg
Copy link
Member Author

I'm testing the workflow via workflow dispatch: https://github.com/precice/python-bindings/actions/runs/4316947902/jobs/7533389590

User already exists in benjaminrodenberg/precice:develop
@BenjaminRodenberg
Copy link
Member Author

Copy link
Member Author

@BenjaminRodenberg BenjaminRodenberg left a comment

Choose a reason for hiding this comment

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

Some hopefully helpful comments to understand the changes better.

@@ -34,3 +34,4 @@ jobs:
tags: ${{ env.docker_username }}/python-bindings:${{ env.branch }},${{ env.docker_username }}/python-bindings:latest
build-args: |
branch=${{ env.branch }}
from=benjaminrodenberg/precice:develop
Copy link
Member Author

Choose a reason for hiding this comment

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

We need to provide a docker image with the latest version of preCICE, because we need to include the breaking changes.

Comment on lines -22 to +27
ARG uid=1000
ARG gid=1000
RUN groupadd -g ${gid} precice \
&& useradd -u ${uid} -g ${gid} -m -s /bin/bash precice \
&& sudo usermod -a -G sudo precice
# ARG uid=1000
# ARG gid=1000
# RUN groupadd -g ${gid} precice \
# && useradd -u ${uid} -g ${gid} -m -s /bin/bash precice \
# && sudo usermod -a -G sudo precice
Copy link
Member Author

Choose a reason for hiding this comment

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

See baseimage of benjaminrodenberg/precice:develop, described in precice/precice#1115 (comment)

Copy link
Member

@IshaanDesai IshaanDesai left a comment

Choose a reason for hiding this comment

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

Makes sense for now as we do not have a better container strategy for precice:develop.

@IshaanDesai IshaanDesai merged commit 3f8c34e into develop Mar 4, 2023
@IshaanDesai IshaanDesai deleted the BenjaminRodenberg-patch-1 branch August 9, 2023 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants