che-dockerfiles icon indicating copy to clipboard operation
che-dockerfiles copied to clipboard

Added php 7.4

Open BhawaniSingh opened this issue 5 years ago • 2 comments

What does this PR do?

Added php 7.4

What issues does this PR fix or reference?

Symphony demo doesn't work with php 7.1

Previous behavior

(Remove this section if not relevant)

New behavior

(Explain the PR as it should appear in the release notes)

Please review Che's Contributing Guide for best practices.

Tests written?

No

Docs updated?

Please add a matching PR to the docs repo and link that PR to this issue. Both will be merged at the same time.

BhawaniSingh avatar Feb 11 '20 17:02 BhawaniSingh

I tried to sign the ECA, but I'm facing issue,

Anonymous (BhawaniSingh@****.noreply) is not covered by the necessary legal agreements in order to proceed.

It was because my email set to private in github, even though I changed my mail to public, I'm still seeing this issue. Can you help me out with this one?

BhawaniSingh avatar Mar 02 '20 07:03 BhawaniSingh

@BhawaniSingh I think you have to sign the commit. You must have git config user.name and user.email set to same ones as you have registered on eclipse. Then do the commit with --signoff

https://wiki.eclipse.org/Development_Resources/Contributing_via_Git#Signing_off_on_a_commit

sparkoo avatar Mar 02 '20 08:03 sparkoo