We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The addgroup settings
in the template DOCKER file leads to an ambiguous option error when deploying in concourse:
Commenting them out leads to a successful build - however discussing with @isichei: the docker image then doesn't appear to work with Airflow.
The text was updated successfully, but these errors were encountered: