Skip to content

Commit 0f2e101

Browse files
committed
📦 Use slim python image
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
1 parent f9029f7 commit 0f2e101

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/python:3.12
1+
FROM docker.io/library/python:3.12-slim
22

33
ENV PYTHONPATH=${PYTHONPATH}:${PWD}
44

@@ -9,6 +9,6 @@ WORKDIR /app
99
COPY . /app/
1010

1111
RUN poetry config virtualenvs.create false
12-
RUN poetry install --no-dev
12+
RUN poetry install
1313

1414
ENTRYPOINT [ "poetry", "run", "haproxy-redis-sentinel" ]

charts/haproxy-redis-sentinel/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: haproxy-redis-sentinel
33
description: A Helm chart for HAProxy with Redis Sentinel
4-
version: 0.0.21
5-
appVersion: "0.1.0"
4+
version: 0.1.0
5+
appVersion: "0.0.11"
66
icon: https://raw.githubusercontent.com/ParminCloud/haproxy-redis-sentinel/master/docs/icon.png
77
sources:
88
- https://github.com/ParminCloud/haproxy-redis-sentinel

0 commit comments

Comments
 (0)