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

Choosing Docker runtime via inserting build command in Buildspec #26

Open
dave-007 opened this issue Sep 25, 2019 · 0 comments
Open

Choosing Docker runtime via inserting build command in Buildspec #26

dave-007 opened this issue Sep 25, 2019 · 0 comments

Comments

@dave-007
Copy link

dave-007 commented Sep 25, 2019

During this step in lab:

Add the Build stage:
...
    Select runtime as Docker

I don't have an option for Docker, so build fails. To get this working, From AWS console I needed to:
In CodeBuild edit the eks-build-project, and choose Edit Buildspec, and chose insert build commands
I changed lines 12-17 to:

phases:
  install:
    runtime-versions:
      docker: 18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant