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

Add buildOptions to ECR config #12360

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

martinezpl
Copy link

Adds a buildOptions parameter to ECR config block in order to enable passing arbitrary flags to the docker build command, which builds the image that is sent to ECR.

e.g.

provider:
  ecr:
    scanOnPush: true
    images:
      image:
        path: ./image/
        file: Dockerfile.dev
        buildArgs:
          STAGE: ${sls:stage}
        buildOptions:
          [
            '--tag',
            'v1.0.0',
            '--add-host',
            'example.com:0.0.0.0',
            '--ssh',
            'default=/path/to/private/key/id_rsa',
          ]

Closes: #11255, #10712

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

Successfully merging this pull request may close these issues.

DOCKER Expose SSH Argument. (Secrets Flag)
1 participant