Skip to content

Commit e1a7d03

Browse files
Update Dockerfile
1 parent 0f312ac commit e1a7d03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

base/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ RUN corepack prepare pnpm --activate
164164
ENV COREPACK_ENABLE_DOWNLOADS=0
165165
ENV COREPACK_DEFAULT_TO_LATEST=0
166166

167+
# Set default kubeconfig path
168+
RUN mkdir -p /root/.kube
169+
ENV KUBECONFIG=/root/.kube/config
170+
167171
# Clean up
168172
RUN apt-get clean && \
169173
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)