Skip to content

Docker image for AWS Glue version 5.0

0

I do not see a docker image available for AWS Glue 5.0 on Docker Hub. Will one become available and if so, when?

asked 9 months ago327 views
2 Answers
0

Currently, there is no official Docker image available for AWS Glue version 5.0 on Docker Hub. The most recent Docker images available for AWS Glue are for versions 4.0, 3.0, and 2.0.

AWS typically provides Docker images for local development and testing of Glue jobs, but they haven't released one for version 5.0 yet. The release of Docker images for new Glue versions usually lags behind the actual release of the Glue version itself.

Unfortunately, there's no official information available about when or if a Docker image for Glue 5.0 will be released. AWS hasn't made any public announcements regarding this.

In the meantime, if you need to develop or test Glue 5.0 jobs locally, you might need to use the latest available Docker image (version 4.0) and be aware of potential differences or limitations. Alternatively, you could consider using the actual AWS Glue service in a development environment for testing Glue 5.0 specific features.

It's worth keeping an eye on AWS documentation and release notes for any updates on this matter. If local development for Glue 5.0 is crucial for your workflow, you may want to reach out to AWS support for more specific guidance or timelines.
Sources
Develop and test AWS Glue version 3.0 and 4.0 jobs locally using a Docker container | AWS Big Data Blog

answered 9 months ago
0
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.