Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: winget upgrade failed #437

Closed
1 task done
yongjer opened this issue Apr 29, 2024 · 1 comment
Closed
1 task done

[Bug]: winget upgrade failed #437

yongjer opened this issue Apr 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@yongjer
Copy link

yongjer commented Apr 29, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Machine specifications

intel 11900F 32G

Operating system

Ubuntu 2204 / 6.5.0-28-generic

Docker version

Docker version 26.1.0, build 9714adc

Description

running winget upgrade --all
then error occurs:

Failed when searching source: winget
0x8a15000f : Data required by the source is missing

Docker compose

version: "3"
services:
  windows:
    image: dockurr/windows
    container_name: windows
    volumes:
      - /home/yongjer/windows/Win11_23H2_Chinese_Traditional_x64v2.iso:/storage/custom.iso
    devices:
      - /dev/kvm
    environment:
      RAM_SIZE: "16G"
      CPU_CORES: "4"
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
      - 3389:3389/tcp
      - 3389:3389/udp
    stop_grace_period: 2m
    restart: on-failure


### Docker log

BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,FBCB37C9-FC18-496F-A7C0-8D572A9FE7CC,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
windows | BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,FBCB37C9-FC18-496F-A7C0-8D572A9FE7CC,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
windows | ❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...


### Screenshots (optional)

![螢幕快照 2024-04-29 21-53-22](https://github.com/dockur/windows/assets/54315206/b7d4df7f-1144-4611-a2cd-fa0fc1741f9b)
@yongjer yongjer added the bug Something isn't working label Apr 29, 2024
@kroese
Copy link
Contributor

kroese commented Apr 29, 2024

I think this is a bug in Winget, not a bug in this container. I found this issue microsoft/winget-cli#3068 where there are a couple of comments with solutions how to fix it.

@kroese kroese closed this as completed May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants