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

option is ambiguous error on concourse deployment #3

Open
odaniel1 opened this issue Nov 5, 2020 · 0 comments
Open

option is ambiguous error on concourse deployment #3

odaniel1 opened this issue Nov 5, 2020 · 0 comments

Comments

@odaniel1
Copy link

odaniel1 commented Nov 5, 2020

The addgroup settings

RUN addgroup -g 1000 -S app && \
    adduser -u 1000 -S app -G app

in the template DOCKER file leads to an ambiguous option error when deploying in concourse:

Option g is ambiguous (gecos, gid, group)
Option s is ambiguous (shell, system)

Commenting them out leads to a successful build - however discussing with @isichei: the docker image then doesn't appear to work with Airflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant