Merge ~barryprice/charm-k8s-bind/+git/charm-k8s-bind:master into charm-k8s-bind:master

Proposed by Barry Price
Status: Merged
Approved by: Tom Haddon
Approved revision: 78419c1bcb4cc4797e029557249f9181e1eaf949
Merged at revision: 5a71c016c84798f99835d842213667659e9585d9
Proposed branch: ~barryprice/charm-k8s-bind/+git/charm-k8s-bind:master
Merge into: charm-k8s-bind:master
Diff against target: 29 lines (+4/-4)
2 files modified
Makefile (+2/-2)
dockerfile (+2/-2)
Reviewer Review Type Date Requested Status
Tom Haddon Approve
Canonical IS Reviewers Pending
Review via email: mp+393098@code.launchpad.net

Commit message

Correct paths for image-lint target

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Tom Haddon (mthaddon) wrote :

LGTM

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 5a71c016c84798f99835d842213667659e9585d9

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/Makefile b/Makefile
index 6577169..6e99731 100644
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,8 @@ image-deps:
3030
31image-lint: image-deps31image-lint: image-deps
32 @echo "Running shellcheck."32 @echo "Running shellcheck."
33 @shellcheck files/docker-entrypoint.sh33 @shellcheck image-scripts/docker-entrypoint.sh
34 @shellcheck files/dns-check.sh34 @shellcheck image-scripts/dns-check.sh
3535
36image-build: image-lint36image-build: image-lint
37 @echo "Building the image."37 @echo "Building the image."
diff --git a/dockerfile b/dockerfile
index e4922e0..00ff6e9 100644
--- a/dockerfile
+++ b/dockerfile
@@ -21,8 +21,8 @@ RUN apt-get update && apt-get -y dist-upgrade \
2121
22# entrypoint script will configure Bind based on env variables22# entrypoint script will configure Bind based on env variables
23# dns-check script will provide a readinessProbe23# dns-check script will provide a readinessProbe
24COPY ./files/docker-entrypoint.sh /usr/local/bin/24COPY ./image-scripts/docker-entrypoint.sh /usr/local/bin/
25COPY ./files/dns-check.sh /usr/local/bin/25COPY ./image-scripts/dns-check.sh /usr/local/bin/
26RUN chmod 0755 /usr/local/bin/docker-entrypoint.sh26RUN chmod 0755 /usr/local/bin/docker-entrypoint.sh
27RUN chmod 0755 /usr/local/bin/dns-check.sh27RUN chmod 0755 /usr/local/bin/dns-check.sh
2828

Subscribers

People subscribed via source and target branches

to all changes: