Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant