Skip to content

Commit

Permalink
docs: link to tags list on Docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleavely committed Aug 14, 2023
1 parent f856552 commit 11d531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Whenever a new NodeJS version is released, an instance of [`commit-on-release`](

## Usage in CI/CD environments

Instead of using e.g. `node:14` and installing `awscli`, `jq`, and `zip` every time the pipeline runs, just switch out the name of the image to `sleavely/node-awscli` with the appropriate version tag. Tags are named after the [Lambda NodeJS runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) identifier.
Instead of using e.g. `node:14` and installing `awscli`, `jq`, and `zip` every time the pipeline runs, just switch out the name of the image to `sleavely/node-awscli:18.x` or [another appropriate version tag](https://hub.docker.com/r/sleavely/node-awscli/tags).

### Bitbucket Pipelines

Expand Down

0 comments on commit 11d531c

Please sign in to comment.