Skip to content

Commit 3b3eba4

Browse files
committed
docker/pipeline: base Dockerfile.production on k8s:kernelci
Change the base image for kernelci/pipeline to be kernelci/k8s:kernelci rather than kernelci/kernelci. This is required to include all the Kubernetes packages which are needed to run scheduler-k8s. We could have different images e.g. kernelci/pipeline:k8s instead but that would mean more Dockerfile template rework, so this could be done as a follow-up improvement to optimise Docker images. Signed-off-by: Guillaume Tucker <[email protected]>
1 parent 7c43ebc commit 3b3eba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/pipeline/Dockerfile.production

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2023 Collabora Limited
44
# Author: Guillaume Tucker <[email protected]>
55

6-
FROM kernelci/kernelci
6+
FROM kernelci/k8s:kernelci
77
MAINTAINER "KernelCI TSC" <[email protected]>
88

99
ARG git_url=https://github.com/kernelci/kernelci-pipeline.git

0 commit comments

Comments
 (0)