-
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, |
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: