Skip to content

Commit

Permalink
Use CI minimal docker image from artifact repo instead of docker hub
Browse files Browse the repository at this point in the history
CMK-21388

Change-Id: Ia0e07338d33932d2a35d5b757cee919201ac9b7a
  • Loading branch information
JonasScharpf committed Feb 13, 2025
1 parent b5ad8be commit c81da5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# minimal-alpine-checkmk-ci-master:latest bash
#

FROM python:3.12-alpine3.21
FROM artifacts.lan.tribe29.com:4000/python@sha256:d26940861c070be314589373298b189cbf17e52f50548199e67e8f53b4c96fc4
# 119MB
# alpine:3.21 around 190MB
# python:3.11.6-slim around 1100MB
Expand Down
2 changes: 2 additions & 0 deletions buildscripts/scripts/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source: python:3.12-alpine3.21
tag: artifacts.lan.tribe29.com:4000/python:3.12-alpine3.21

0 comments on commit c81da5b

Please sign in to comment.