-
Notifications
You must be signed in to change notification settings - Fork 55
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
was cloud-lifesciences
taken off gcr.io
before the deadline?
#721
Comments
The old images have too many security vulnerabilities for public access. Do you think you can build the image yourself and host it privately in your project? If it does not work, we can try to think of other ways. |
There seem to be two on DockerHub: |
I know haha - I'd love to get rid of it, but one of the teams was using it with a plan to deprecate it Sadly, there are too many images involved - the process within
I did notice that, but I'm looking for official images, and there's also the handful of other images |
Could you send the service accounts that need access to the images to [email protected]? We might be able to give access to some users, but not to the public. |
Hi Bolian (@bolianyin), I think Purajit (@purajit) is going to have trouble creating the Docker image using the provided Dockerfile, as it will produce the following errors: Get:47 http://deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0kB]
Get:48 http://deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1[337 kB]
Get:49 http://deb.debian.org/debian bullseye/main amd64 python3-venv amd64 3.9.2-3 [1188B]
Fetched 138 MB in 3min 33s (648 kB/s)
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/perl/libperl5.32_5.32.1-4%2bdeb11u4_amd64.deb Connection timed out [IP: 151.101.2.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/perl/perl_5.32.1-4%2bdeb11u4_amd64.deb Connection timed out [IP: 151.101.2.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/perl/perl-modules-5.32_5.32.1-4%2bdeb11u4_all.deb Connection timed out [IP: 151.101.2.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1w-0%2bdeb11u2_amd64.deb Connection timed out [IP: 151.101.2.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The command '/bin/sh -c apt-get update && apt-get install -y apt-transport-https autoconf automake g++ gcc gnupg google-cloud-sdk libbz2-dev libcurl4-openssl-dev liblzma-dev libssl-dev make perl zlib1g-dev python3-pip python3-venv' returned a non-zero code: 100
paul:~/tests/docker_tests/gcp-variant-transforms$ Basically, Debian 11 "Bullseye" reached the end of its regular support phase on August 14, 2024, and is now in LTS (Long Term Support). That would probably mean updating the repositories in the base image of the second stage ( Hope it helps, |
My teammate actually did manage to build an image (even before I filed this issue), but the problem I believe the team is figuring out what service accounts we need for this and responding to that email. |
Hi Purajit (@purajit), That's cool that you tried that! So if we look back at the original error, it indicated a Hope it helps, |
Hi @bolianyin . I am @purajit 's teammate. We've created the services accounts and I'm trying to email them to [email protected] but I'm getting
|
@vadzimra I'm sure it was received, as it already recognized this as a group email and not as something else. The warning you see is just a permissions setting that needs to be updated for the Hope it helps, |
thank you, @pgrosu |
Sorry, folks. That group email did not work. Do you have an account contact who can relay the information to engineering team? |
@pgrosu I've tried to be cordial, and I'm sorry to be blunt now, but you don't have any value or context to add in this thread - can you please leave it to those who do and not mislead people? @bolianyin do you mean provide you with an email that you can contact us on? Is there a way to provide it without putting it on a public thread? |
@purajit: Do you have a Goolge support contact who can forward the info to the engineering team? |
Or could you provide your company name and we can see who is your contact? |
Could you also share your project number? At the same time, it will be easier and faster if you can find your account representative and let them contact the Cloud Lifesciences engineering team. |
@bolianyin Could you please summarize the ask? Is it sufficient to provide the project #s? And, if so, which project number do you mean? The one where the service accounts reside? We can submit a Google Support request, but we need clarity on what you mean by "forward the info to the engineering team". What should we request from Google Support? |
@CoeColor , we were trying to use a project number and company name to figure out who might be your support representative so that we can ask them to contact you for the information. Submitting a Google Support request is better and the support team will forward the request to the engineering team. In the request, please provide the service account that will be used to access the docker containers and mention that the request should be forward to the Cloud Lifesciences engineering team. Hope that helps. |
https://cloud.google.com/life-sciences/docs/how-tos/variant-transforms says
However,
While this is for the API, I would have assumed this would apply to the Docker
images as well. Was this taken down 6 months before the publicly shared deadline?
Was there an announcement we missed?
The text was updated successfully, but these errors were encountered: