From 8c9e33844d837875d9ced93f5279192789622413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 25 Jul 2023 13:02:21 +0200 Subject: [PATCH] Update README.md (#16) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md * fix yaml lint Signed-off-by: André Bauer * ignore pip version Signed-off-by: André Bauer * ignore pip version Signed-off-by: André Bauer --------- Signed-off-by: André Bauer --- .github/auto-merge.yml | 1 + .github/release-drafter.yml | 1 + .github/workflows/dependabot-auto-merge.yaml | 1 + .github/workflows/release-drafter.yaml | 1 + Dockerfile | 2 +- README.md | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml index 64ecc2d..894e983 100644 --- a/.github/auto-merge.yml +++ b/.github/auto-merge.yml @@ -1,3 +1,4 @@ +--- - match: dependency_type: all update_type: "semver:minor" diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e8c9a57..d7c5eb2 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,3 +1,4 @@ +--- name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: diff --git a/.github/workflows/dependabot-auto-merge.yaml b/.github/workflows/dependabot-auto-merge.yaml index 3efd4f1..696d8dc 100644 --- a/.github/workflows/dependabot-auto-merge.yaml +++ b/.github/workflows/dependabot-auto-merge.yaml @@ -1,3 +1,4 @@ +--- name: dependabot-auto-merge on: diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 267d6f0..a33ae04 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -1,3 +1,4 @@ +--- name: Release Drafter on: diff --git a/Dockerfile b/Dockerfile index b2f910a..f0205bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* && \ diff --git a/README.md b/README.md index 9912a36..ea88eb3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Alpine linux based Docker image which contains the following tools: +* aws cli * gcloud sdk * mysql client * rsync