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

Fix Kerberos network creation on older docker-compose #14070

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

ashb
Copy link
Member

@ashb ashb commented Feb 4, 2021

This was failing on self-hosted runners with an error networks.example.com value Additional properties are not allowed ('attachable' was unexpected). A docker-compose upgrade would fix that, but acording to 2.x spec this is not a valid property anyway.

This is a tidy up to #13999 -- we deleted the bash functions but left the usage (but were in a set +e block so it wasn't fatal)


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

`attachable` is only a property of compose version 3.1 files, but we are
on 2.2 still.

This was failing on self-hosted runners with an error
`networks.example.com value Additional properties are not allowed
('attachable' was unexpected)`
@ashb ashb added the full tests needed We need to run full set of tests for this PR to merge label Feb 4, 2021
@ashb ashb requested a review from mik-laj February 4, 2021 15:57
@ashb ashb merged commit 5dbabdd into apache:master Feb 4, 2021
@ashb ashb deleted the fixup-kerberos-network-pr branch February 4, 2021 22:44
potiuk pushed a commit that referenced this pull request Mar 3, 2021
`attachable` is only a property of compose version 3.1 files, but we are
on 2.2 still.

This was failing on self-hosted runners with an error
`networks.example.com value Additional properties are not allowed
('attachable' was unexpected)`

(cherry picked from commit 5dbabdd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools full tests needed We need to run full set of tests for this PR to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants