Skip to content

Commit

Permalink
Update README.md (#16)
Browse files Browse the repository at this point in the history
* Update README.md

* fix yaml lint

Signed-off-by: André Bauer <[email protected]>

* ignore pip version

Signed-off-by: André Bauer <[email protected]>

* ignore pip version

Signed-off-by: André Bauer <[email protected]>

---------

Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek authored Jul 25, 2023
1 parent 404e1b6 commit 8c9e338
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- match:
dependency_type: all
update_type: "semver:minor"
1 change: 1 addition & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: dependabot-auto-merge

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Release Drafter

on:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM google/cloud-sdk:439.0.0-alpine

COPY entrypoint.sh /

# hadolint ignore=DL3018
# hadolint ignore=DL3013,DL3018
RUN apk add --no-cache mysql-client py3-pip rsync && \
pip3 install --no-cache-dir awscli && \
rm -rf /var/cache/apk/* && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Alpine linux based Docker image which contains the following tools:

* aws cli
* gcloud sdk
* mysql client
* rsync
Expand Down

0 comments on commit 8c9e338

Please sign in to comment.