Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to rebuild the katalon image from docker-image/katalon Dockerfile, but got 404 #62

Closed
TarunKDas2k18 opened this issue May 13, 2019 · 1 comment
Labels

Comments

@TarunKDas2k18
Copy link

Here is error i get after i type below command
docker build -t katalonwotc:local .

Step 9/14 : RUN $KATALON_MAKE_EXECUTABLE_SCRIPT .
---> Running in f0f345ff4443

Here is my updated docker file
FROM katalonstudio/katalon

ARG KATALON_STUDIO_VERSION

common environment variables

ENV KATALON_KATALON_ROOT_DIR=$KATALON_ROOT_DIR/katalon
ENV KATALON_KATALON_INSTALL_DIR_PARENT=/opt
ENV KATALON_KATALON_INSTALL_DIR=$KATALON_KATALON_INSTALL_DIR_PARENT/katalonstudio

copy scripts

RUN mkdir -p $KATALON_KATALON_ROOT_DIR
WORKDIR $KATALON_KATALON_ROOT_DIR
ADD ./src ./

RUN $KATALON_MAKE_EXECUTABLE_SCRIPT .

RUN ./index.sh
RUN $KATALON_CLEAN_UP_SCRIPT

ENV PATH "$PATH:$KATALON_KATALON_ROOT_DIR/scripts"

WORKDIR /

CMD $KATALON_KATALON_ROOT_DIR/scripts/katalon-notify.sh

@devalex88 devalex88 added the help label Dec 15, 2019
@devalex88
Copy link
Contributor

Please see build.sh for the correct command. In this case, Katalon Studio version was empty, therefore the download URL would be incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants