Giter Club home page Giter Club logo

dockers's People

Contributors

juanonsoftware avatar

Stargazers

 avatar

Watchers

 avatar  avatar

dockers's Issues

Error at Step 6

This is my dockerfile
# Build an intermediate image then use it to reduce layers for our real image FROM mcr.microsoft.com/windows/servercore:10.0.14393.1066
# Build variable to allow passing in a specific version of ElasticSearch ARG ELASTICSEARCH_VERSION=7.6.2 ARG ELASTICSEARCH_SOURCE=elasticsearch-${ELASTICSEARCH_VERSION} ARG ELASTICSEARCH_ZIP=elasticsearch-${ELASTICSEARCH_VERSION}-windows-x86_64.zip
# Copy apps from sources to root directory COPY sources
# Extracts the zip to a folder then delete the zip RUN Expand-Archive -Path $Env:ELASTICSEARCH_ZIP -DestinationPath C:\; \ Remove-Item -Path $Env:ELASTICSEARCH_ZIP
# ELASTICSEARCH_HOME is used by RunElasticSearch.cmd file to launch ElasticSearch. ENV ELASTICSEARCH_HOME C:\\elasticsearch-${ELASTICSEARCH_SOURCE}
# Copy config files COPY config\\elasticsearch.yml ${ELASTICSEARCH_HOME}/config/
# Call file to start ELASTICSEARCH CMD ["C:/RunElasticSearch.cmd"]
EXPOSE 9200 9300

This is the error I got
Step 6/10 : RUN Expand-Archive -Path $Env:ELASTICSEARCH_ZIP -DestinationPath C:\; Remove-Item -Path $Env:ELASTICSEARCH_ZIP ---> Running in 2a6dga7a30fb 'Expand-Archive' is not recognized as an internal or external command, operable program or batch file. The command 'cmd /S /C Expand-Archive -Path $Env:ELASTICSEARCH_ZIP -DestinationPath C:\; Remove-Item -Path $Env:ELASTICSEARCH_ZIP' returned a non-zero code: 1

Do you know how to fix this issue? Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.