Skip to content

Commit b09d8b7

Browse files
authored
Merge pull request #546 from dims/bump-example-dns-backend-to-python3
Bump example-dns-backend to python3
2 parents 574ea58 + 6a1bd54 commit b09d8b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

staging/cluster-dns/dns-backend-rc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: dns-backend
18-
image: registry.k8s.io/example-dns-backend:v1
18+
image: registry.k8s.io/example-dns-backend:v2
1919
ports:
2020
- name: backend-port
2121
containerPort: 8000

staging/cluster-dns/images/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM python:2.7-slim
15+
FROM python:3-slim
1616

1717
COPY . /dns-backend
1818
WORKDIR /dns-backend

staging/cluster-dns/images/backend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
TAG = v1
15+
TAG = v2
1616
PREFIX = staging-k8s.gcr.io
1717
IMAGE = example-dns-backend
1818

0 commit comments

Comments
 (0)