# Docker Official Images openjdk deprecated moved to eclipse-temurin tags security updates

Status: search-observed
Product: Docker Official openjdk
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/docker-official-images-openjdk-deprecated-moved-to-eclipse-temurin-tags-security-updates
Machine JSON: https://gitdocs.org/api/fixes/docker-official-images-openjdk-deprecated-moved-to-eclipse-temurin-tags-security-updates.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

The Dockerfile tag may still resolve from caches while the official image is deprecated or no longer maintained; replacement choice is external.

## Fix

```
Verifier checks a maintained replacement, equivalent runtime behavior, and explicit version pinning. Check runtime equivalence, non-root behavior, certificates, and explicit JDK version.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Docker Official Images openjdk deprecated moved to eclipse-temurin tags security updates
- site:github.com/docker-library/openjdk deprecation Eclipse Temurin
- https://github.com/docker-library/openjdk
- https://github.com/docker-library/openjdk/issues/505

## Sources

- Docker Official openjdk image deprecation: https://hub.docker.com/_/openjdk
- GitHub source file or repository reference: https://github.com/docker-library/openjdk
- GitHub source file or repository reference: https://github.com/docker-library/openjdk/issues/505
