microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.7k stars 1.41k forks source link

Error 'unsupported media type application/vnd.devcontainers' #1728

Open dvgitit opened 1 year ago

dvgitit commented 1 year ago

error when pulling image: docker pull ghcr.io/microsoft/vscode-dev-containers/bash:latest

logged into github account

console output:

latest: Pulling from microsoft/vscode-dev-containers/bash
unsupported media type application/vnd.devcontainers

docker version:

Client: Docker Engine - Community
 Version:           20.10.17
 API version:       1.41
 Go version:        go1.17.11
 Git commit:        100c701
 Built:             Mon Jun  6 23:02:56 2022
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          23.0.1
  API version:      1.42 (minimum version 1.12)
  Go version:       go1.19.5
  Git commit:       bc3805a
  Built:            Thu Feb  9 19:46:49 2023
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.16
  GitCommit:        31aa4358a36870b21a992d3ad2bef29e1d693bec
 runc:
  Version:          1.1.4
  GitCommit:        v1.1.4-0-g5fd4c4d
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
joshspicer commented 1 year ago

These images are not published on GHCR, but rather MCR. If you're looking for docker images that we publish, i'd suggest taking a look at https://github.com/devcontainers/image. This repo and its content are deprecated in favor of that newer repo!