Merge ~hloeung/charm-k8s-content-cache/+git/content-cache-k8s-image-builder:master into ~hloeung/charm-k8s-content-cache:master

Proposed by Haw Loeung
Status: Merged
Merged at revision: 2cc354cbad2a6a627d116e00f813b0947699918e
Proposed branch: ~hloeung/charm-k8s-content-cache/+git/content-cache-k8s-image-builder:master
Merge into: ~hloeung/charm-k8s-content-cache:master
Diff against target: 48 lines (+19/-0) (has conflicts)
3 files modified
.gitignore (+3/-0)
README.md (+4/-0)
docker/Dockerfile (+12/-0)
Conflict in .gitignore
Conflict in README.md
Reviewer Review Type Date Requested Status
Content Cache Charmers Pending
Review via email: mp+390210@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/.gitignore b/.gitignore
index 9f65e64..5ea2462 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,9 @@
1*~1*~
2<<<<<<< .gitignore
2*.charm3*.charm
3.coverage4.coverage
4.tox5.tox
5build/6build/
6__pycache__/7__pycache__/
8=======
9>>>>>>> .gitignore
diff --git a/README.md b/README.md
index aabaf43..bc57c70 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
1<<<<<<< README.md
1# charm-k8s-content-cache2# charm-k8s-content-cache
23
3## Description4## Description
@@ -26,3 +27,6 @@ and install the development requirements,
26Just run `run_tests`:27Just run `run_tests`:
2728
28 ./run_tests29 ./run_tests
30=======
31# Content Cache Docker
32>>>>>>> README.md
diff --git a/docker/Dockerfile b/docker/Dockerfile
29new file mode 10064433new file mode 100644
index 0000000..1d9ebed
--- /dev/null
+++ b/docker/Dockerfile
@@ -0,0 +1,12 @@
1FROM ubuntu:focal
2
3# We use "set -o pipefail"
4SHELL ["/bin/bash", "-c"]
5
6ENV LANG C.UTF-8
7ENV DEBIAN_FRONTEND noninteractive
8
9RUN apt-get -qy update && \
10 apt-get -qy dist-upgrade --no-install-recommends && \
11 apt-get -qy install --no-install-recommends nginx && \
12 rm -f /var/lib/apt/lists/*_*

Subscribers

People subscribed via source and target branches

to all changes: