Skip to content

multi platform keep same tag name #138

@cole-dda

Description

@cole-dda
  • I have tried with the latest version of Docker Desktop
  • I have tried disabling enabled experimental features
  • I have uploaded Diagnostics
  • Diagnostics ID:

Expected behavior

different platform images can share same tag

#whether show platform column?
$docker image ls

screenshot_5826

Actual behavior

different platform images auto change tag, set to

Information

  • Linux distro:
  • Distro version:
  • Docker Desktop Version:

screenshot_5828

Steps to reproduce the behavior

$docker run -it --rm --platform linux/amd64 ubuntu:22.04 uname -m
$docker image ls

screenshot_5823

$docker run -it --rm --platform linux/arm64 ubuntu:22.04 uname -m
$docker image ls

screenshot_5824

#again run linux/amd64,again pull??
$docker run -it --rm --platform linux/amd64 ubuntu:22.04 uname -m

screenshot_5825

$docker image ls

screenshot_5827

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