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

Gitpod Image PHP 8.0 regressed to 7.4 #202

Open
apolopena opened this issue Feb 28, 2022 · 0 comments
Open

Gitpod Image PHP 8.0 regressed to 7.4 #202

apolopena opened this issue Feb 28, 2022 · 0 comments
Assignees
Labels
awaiting-gitpod-internal-fix The issue will be addressed by the gitpod team bug Something isn't working important internal-gitpod-bug Bug in the Gitpod platform itself

Comments

@apolopena
Copy link
Owner

apolopena commented Feb 28, 2022

Describe the bug

The underlying Gitpod image regressed it's version of PHP from 8.0 back to 7.4
This breaks the new functionality added in the v1.5.0 release

Screenshots

Steps to reproduce

  1. ensure the docker image cache is busted
  2. set php version to 'gitpodlatest'
  • You will see errors in the image build log about purging a version of PHP that doesnt exist
  • Once the workspace has loaded you will see that: php -v outputs PHP 7.4.3

Expected behavior

gitpodlatest should always be PHP >= 8.0 once the workspace is running.

Additional information

This issue is essentially a patch for gitpod-io/workspace-images#714

Probably the best way to handle this for now is to add an option for installing php8.0 and a pre install check that will skip the PHP install process if the current version (in the Gitpod image) is the same as the target version to install.

@apolopena apolopena added bug Something isn't working internal-gitpod-bug Bug in the Gitpod platform itself awaiting-gitpod-internal-fix The issue will be addressed by the gitpod team labels Feb 28, 2022
@apolopena apolopena self-assigned this Feb 28, 2022
apolopena added a commit that referenced this issue Mar 1, 2022
@apolopena apolopena added this to the v1.6 release 🚀 milestone Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-gitpod-internal-fix The issue will be addressed by the gitpod team bug Something isn't working important internal-gitpod-bug Bug in the Gitpod platform itself
Projects
None yet
Development

No branches or pull requests

1 participant