Skip to content

[Bug]: 'latest' OCI container tag on mcr points to old version #2903

Closed
@bryceamacker

Description

@bryceamacker

Version

1.53.0

Steps to reproduce

  1. Pull the latest image from mcr.microsoft.com/playwright/python:latest
    docker pull mcr.microsoft.com/playwright/python:latest
    latest: Pulling from playwright/python
    Digest: sha256:98e88016a5705def757564f70469e80161c4e4dbf787bbe35a710fabb70bb7da
    Status: Downloaded newer image for mcr.microsoft.com/playwright/python:latest
    mcr.microsoft.com/playwright/python:latest

  2. Running this version produces the following error:
    ╔═══════════════════════════════════════════════════════════════╗
    ║ Looks like Playwright was just updated to 1.53.0. ║
    ║ Please update docker image as well. ║
    ║ - current: mcr.microsoft.com/playwright/python:v1.46.0-jammy ║
    ║ - required: mcr.microsoft.com/playwright/python:v1.53.0-jammy ║
    ║ ║
    ║ <3 Playwright Team ║
    ╚═══════════════════════════════════════════════════════════════╝

  3. Inspecting the image shows the same 'Created' date as the python:v1.46.0-jammy tag:

Image

docker inspect mcr.microsoft.com/playwright/python:latest
[
{
"Id": "sha256:98e88016a5705def757564f70469e80161c4e4dbf787bbe35a710fabb70bb7da",
"RepoTags": [
"mcr.microsoft.com/playwright/python:latest"
],
"RepoDigests": [
"mcr.microsoft.com/playwright/python@sha256:98e88016a5705def757564f70469e80161c4e4dbf787bbe35a710fabb70bb7da"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2024-08-12T12:21:32.621777144Z",
"DockerVersion": "27.4.0",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"PLAYWRIGHT_BROWSERS_PATH=/ms-playwright"
],
"Cmd": [
"/bin/bash"
],
"Image": "",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": null,
"OnBuild": null,
"Labels": {
"org.opencontainers.image.ref.name": "ubuntu",
"org.opencontainers.image.version": "22.04"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 795264553,
"GraphDriver": {
"Data": null,
"Name": "overlayfs"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:931b7ff0cb6f494b27d31a4cbec3efe62ac54676add9c7469560302f1541ecaf",
"sha256:ccc746c941394c2539e6dc88d66ab0e5a2671c86d556b9c35e3bd0fe15c04ca2",
"sha256:85f8d69aebd0244e3adbfa1e3de4788fd2f3ac7950973b763e13e62dec1344a0",
"sha256:6caf23366c0f15d23f16838ec460725f38a57edb4f5c58b1909c5a9e82bb41a2"
]
},
"Metadata": {
"LastTagTime": "2025-06-26T01:47:54.559628237Z"
}
}
]

Expected behavior

I would expect the python:latest tag to reflect the latest release, currently 1.53.0.

Actual behavior

python:latest points to v1.46.0-jammy

Additional context

No response

Environment

- Operating System: [Windows 11]
- CPU: AMD64
- Docker: 27.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy