Skip to content

Commit 8c9e338

Browse files
authored
Update README.md (#16)
* 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]>
1 parent 404e1b6 commit 8c9e338

6 files changed

+6
-1
lines changed

.github/auto-merge.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
- match:
23
dependency_type: all
34
update_type: "semver:minor"

.github/release-drafter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name-template: 'v$RESOLVED_VERSION'
23
tag-template: 'v$RESOLVED_VERSION'
34
categories:

.github/workflows/dependabot-auto-merge.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: dependabot-auto-merge
23

34
on:

.github/workflows/release-drafter.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Release Drafter
23

34
on:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM google/cloud-sdk:439.0.0-alpine
22

33
COPY entrypoint.sh /
44

5-
# hadolint ignore=DL3018
5+
# hadolint ignore=DL3013,DL3018
66
RUN apk add --no-cache mysql-client py3-pip rsync && \
77
pip3 install --no-cache-dir awscli && \
88
rm -rf /var/cache/apk/* && \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Alpine linux based Docker image which contains the following tools:
44

5+
* aws cli
56
* gcloud sdk
67
* mysql client
78
* rsync

0 commit comments

Comments
 (0)