You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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):
The text was updated successfully, but these errors were encountered: