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