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

There is a warning in the image build step when installing phpmyadmin #207

Open
apolopena opened this issue Mar 5, 2022 · 3 comments
Open
Assignees
Labels
bug Something isn't working not a bug Looks like a bug but is not a bug third party bug This bug is a result of an issue in a third party library.
Milestone

Comments

@apolopena
Copy link
Owner

Describe the bug

The image build log shows this when installing phpmyadmin:

#13 19.66   - Installing phpmyadmin/phpmyadmin (5.1.3): Extracting archive
#13 21.18 Created project in /home/gitpod/laravel-starter/public/phpmyadmin
#13 21.22 Installing dependencies from lock file (including require-dev)
#13 21.22 Verifying lock file contents can be installed on current platform.
#13 21.23 Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.

Screenshots

Steps to reproduce

break docker cache
build a new workspace
observe the image build logs carefully

Expected behavior

There should be no warning

Additional information

@apolopena apolopena added the bug Something isn't working label Mar 5, 2022
@apolopena apolopena self-assigned this Mar 5, 2022
@apolopena apolopena added this to the Backlog 🗂 milestone Mar 5, 2022
@apolopena
Copy link
Owner Author

Might be Laravel 9.* related. Will look into this further.

@apolopena
Copy link
Owner Author

Looks like this warning is here for all versions of laravel. Looking into fixing it with this:
composer update --lock

@apolopena apolopena added third party bug This bug is a result of an issue in a third party library. not a bug Looks like a bug but is not a bug labels Mar 5, 2022
@apolopena
Copy link
Owner Author

Assuming we can ignore this.
The maintainers of phpmyadmin/phpmyadmin have been asked about this here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working not a bug Looks like a bug but is not a bug third party bug This bug is a result of an issue in a third party library.
Projects
None yet
Development

No branches or pull requests

1 participant