Skip to content

Commit 6718d02

Browse files
committed
chore/security : migrate chatbot base image to dhi
1 parent 054af73 commit 6718d02

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/build-images.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ jobs:
8787
- name: Set up Docker Buildx
8888
uses: docker/setup-buildx-action@v3
8989

90+
- name: Login to Docker Hardened Images
91+
uses: docker/login-action@v3
92+
with:
93+
registry: dhi.io
94+
username: ${{ secrets.DHI_USERNAME }}
95+
password: ${{ secrets.DHI_PASSWORD }}
96+
9097
- name: Login to Container Registry
9198
uses: docker/login-action@v3
9299
with:

tools/chatbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Python runtime as a parent image
2-
FROM python:3.13-slim
2+
FROM dhi.io/python:3.14
33

44
# Set environment variables
55
ENV PYTHONDONTWRITEBYTECODE=1 \

0 commit comments

Comments
 (0)