remove cnoe-cli from Dockerfile
Some checks are pending
Create and publish a Docker image / docker (push) Waiting to run
Some checks are pending
Create and publish a Docker image / docker (push) Waiting to run
This commit is contained in:
parent
75bcadc8a5
commit
986b975121
1 changed files with 9 additions and 9 deletions
18
Dockerfile
18
Dockerfile
|
@ -54,15 +54,15 @@ RUN yarn config set python /usr/bin/python3
|
|||
# Add mkdocs for the TechDocs plugin.
|
||||
RUN curl -L -o /usr/local/bin/kubectl https://dl.k8s.io/release/v1.29.9/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl
|
||||
|
||||
RUN curl -L -O https://github.com/cnoe-io/cnoe-cli/releases/download/v0.1.0/cnoe_Linux_x86_64.tar.gz && \
|
||||
curl -L -O https://github.com/cnoe-io/cnoe-cli/releases/download/v0.1.0/checksums.txt && \
|
||||
sha256sum -c --strict --status --ignore-missing checksums.txt && \
|
||||
tar -xzf cnoe_Linux_x86_64.tar.gz && \
|
||||
mv cnoe /usr/bin/cnoe-cli && \
|
||||
chmod +x /usr/bin/cnoe-cli && \
|
||||
rm checksums.txt cnoe_Linux_x86_64.tar.gz
|
||||
COPY ./cnoe-wrapper.sh /usr/bin/cnoe
|
||||
RUN chmod +x /usr/bin/cnoe
|
||||
#RUN curl -L -O https://github.com/cnoe-io/cnoe-cli/releases/download/v0.1.0/cnoe_Linux_x86_64.tar.gz && \
|
||||
# curl -L -O https://github.com/cnoe-io/cnoe-cli/releases/download/v0.1.0/checksums.txt && \
|
||||
# sha256sum -c --strict --status --ignore-missing checksums.txt && \
|
||||
# tar -xzf cnoe_Linux_x86_64.tar.gz && \
|
||||
# mv cnoe /usr/bin/cnoe-cli && \
|
||||
# chmod +x /usr/bin/cnoe-cli && \
|
||||
# rm checksums.txt cnoe_Linux_x86_64.tar.gz
|
||||
#COPY ./cnoe-wrapper.sh /usr/bin/cnoe
|
||||
#RUN chmod +x /usr/bin/cnoe
|
||||
|
||||
ENV VIRTUAL_ENV=/opt/venv
|
||||
RUN python3 -m venv $VIRTUAL_ENV
|
||||
|
|
Loading…
Reference in a new issue