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

Choosing Docker runtime via inserting build command in Buildspec #26

@dave-007

Description

@dave-007

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions