github seek-oss/docker-ecr-cache-buildkite-plugin v1.10.0

latest releases: v2.2.0, v2.1.1, v2.1.0...
3 years ago
  • Support build secrets (#36, #37, @koterpillar, @72636c)

    steps:
      - command: echo wow
        plugins:
          - seek-oss/docker-ecr-cache#v1.10.0:
              secrets:
                - SECRET_ENV
                - id=npm,src=.npmrc

    See the README section for more details.

  • Support inline Dockerfiles (#35, @koterpillar)

    steps:
      - command: echo wow
        plugins:
          - seek-oss/docker-ecr-cache#v1.10.0:
              dockerfile-inline: |
                FROM node:16-alpine
                WORKDIR /workdir
                COPY package.json package-lock.json /workdir
                RUN npm install

Don't miss a new docker-ecr-cache-buildkite-plugin release

NewReleases is sending notifications on new releases.