data-engineering-project icon indicating copy to clipboard operation
data-engineering-project copied to clipboard

Unable to pull bobrik/socat

Open Sahil-Agarwal-DD opened this issue 1 year ago • 1 comments

Hello @HamzaG737 ,

Thank you for putting together this project to help people get started on data engineering projects.

I was following along this document and when try to setup the docker-proxy service, I encountered an issue with the image bobrik/socat. The error is:

[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/bobrik/socat:latest to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/

Is there any alternative image we can use to proceed with the project?

Thanks.

Sahil-Agarwal-DD avatar May 16 '24 11:05 Sahil-Agarwal-DD

I build a new image in the OCI format, change the image "bobrik" for ¨brskyfolls¨ and it should work fine. ¨image: brskyfolls/socat¨ something like this.

rodrigoarismendi avatar Jan 13 '25 15:01 rodrigoarismendi