Open afmsavage opened 1 year ago
Also experiencing the same issue with trying to build the plugin in:
# Install Kubernetes Plugin
RUN sudo apt-get update && \
sudo apt-get install --no-install-recommends -y git gradle jq
RUN sudo RUN git clone https://github.com/rundeck-plugins/kubernetes && \
cd kubernetes && gradle build && \
cp build/libs/kubernetes-plugin-*.zip /home/rundeck/libext/ && \
cd .. && rm -rf kubernetes
We are getting the following error when trying to run
gradle build
for this plugin inside of therundeckpro/enterprise
Docker image. I tried both4.7.0
andSNAPSHOT
tags for this image and both fail. It seems to be an issue since this line https://github.com/rundeck-plugins/kubernetes/blob/master/build.gradle#L7 was updated in PR138 https://github.com/rundeck-plugins/kubernetes/pull/138/files#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7R7Error:
Start of the
Dockerfile
up to the layer that it fails on