-
Notifications
You must be signed in to change notification settings - Fork 990
Closed
Description
Describe the bug
When trying to use docker version 20 to build an image with amazon linux 2 it fails with the error Phase context status code: YAML_FILE_ERROR Message: Unknown runtime version named '20' of docker. This build image has the following versions: 18, 19. Is adding support for docker 20 on a roadmap? If so, what is the expected timeframe for support?
To Reproduce
Steps to reproduce the behavior:
- Make a new buildspec.
- include the following phase
phases:
install:
runtime-versions:
docker: 20
...
Expected behavior
The build should succeed using docker 20
Logs
Phase context status code: YAML_FILE_ERROR Message: Unknown runtime version named '20' of docker. This build image has the following versions: 18, 19
Platform (please complete the following information):
- aws/codebuild/amazonlinux2-x86_64-standard:3.0
jokersoft
Metadata
Metadata
Assignees
Labels
No labels