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

gRPC can't be found anymore! #354

Closed
pablojoii opened this issue May 8, 2024 · 1 comment
Closed

gRPC can't be found anymore! #354

pablojoii opened this issue May 8, 2024 · 1 comment
Assignees
Labels
🧐 Bug: Needs Confirmation Something isn't working, but needs to be confirmed by a team member.

Comments

@pablojoii
Copy link

pablojoii commented May 8, 2024

Affected Docker Images

Up to 2.2.1 we can apt install grpc for 8.1. Now it says package can't be found so we are stuck on 2.2.1 of 8.1-fpm-nginx

Docker Labels of the affected images

Any over 8.1-fpm-nginx-v2.2.1

Current Behavior

FROM serversideup/php:8.1-fpm-nginx-v2.2.1

RUN apt-get update
&& apt-get install -y --no-install-recommends php8.1-grpc \ #THIS DOESN'T WORK ANYMORE
&& apt-get clean
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

Expected Behavior

To work :D

Steps To Reproduce

Failed build:

FROM serversideup/php:8.1-fpm-nginx

RUN apt-get update
&& apt-get install -y --no-install-recommends php8.1-grpc \ #THIS DOESN'T WORK ANYMORE
&& apt-get clean
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
...

Working build:

FROM serversideup/php:8.1-fpm-nginx-v2.2.1

RUN apt-get update
&& apt-get install -y --no-install-recommends php8.1-grpc \ #THIS DOESN'T WORK ANYMORE
&& apt-get clean
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

Host Operating System

Mac, Linux, Windows...

Docker Version

Any version as the package is reported as missing (why, we can't understand)

Anything else?

No response

@pablojoii pablojoii added the 🧐 Bug: Needs Confirmation Something isn't working, but needs to be confirmed by a team member. label May 8, 2024
@jaydrogers
Copy link
Member

V3 had massive upgrades. We've been working on this for a while and have had a number of beta releases before the stable release.

Learn how to migrate to the new version: https://serversideup.net/open-source/docker-php/docs/guide/migrating-from-v2-to-v3

It's also a great idea to subscribe to the releases https://serversideup.net/open-source/docker-php/docs/getting-started/upgrade-guide#subscribe-to-repository-updates

@jaydrogers jaydrogers closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧐 Bug: Needs Confirmation Something isn't working, but needs to be confirmed by a team member.
Projects
None yet
Development

No branches or pull requests

2 participants