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

Failed to build the gwt-ide container. #14033

Closed
3 tasks done
monaka opened this issue Jul 26, 2019 · 3 comments · Fixed by #14034
Closed
3 tasks done

Failed to build the gwt-ide container. #14033

monaka opened this issue Jul 26, 2019 · 3 comments · Fixed by #14034

Comments

@monaka
Copy link
Member

monaka commented Jul 26, 2019

Describe the bug

I couldn't build docker image gwt-ide.
It should be removed when #13788 ?

Che version

  • latest

Steps to reproduce

  1. cd che
  2. mvn clean install
  3. cd dockerfiles
  4. ./build.sh (or cd gwt-ide && ./build.sh)

Expected behavior

With no error.

Runtime

  • other: Crostini on ChromeOS

Screenshots

None.

Installation method

  • I don't know Build time issue.

Additional context

~/git/che/dockerfiles/gwt-ide$ ./build.sh
Copying assembly /home/monaka/git/che/dockerfiles/gwt-ide/../../assembly/assembly-main/target/eclipse-che-7.0.0-rc-4.0-SNAPSHOT/eclipse-che-7.0.0-rc-4.0-SNAPSHOT/ --> /home/monaka/git/che/dockerfiles/gwt-ide/eclipse-che
Building Docker Image eclipse/che-editor-gwt-ide:nightly from /home/monaka/git/che/dockerfiles/gwt-ide directory with tag nightly
Sending build context to Docker daemon  107.8MB
Step 1/19 : FROM alpine:3.8 as builder
 ---> dac705114996
Step 2/19 : RUN mkdir -p /tmp/agent ;    mkdir -p /home/user/agent/wsagent/webapps/;    mkdir -p /home/user/agent/traefik ;    wget -O /home/user/agent/traefik/traefik "https://github.com/containous/traefik/releases/download/v1.7.5/traefik_linux-amd64";     chmod +x /home/user/agent/traefik/traefik;    wget -O /tmp/tomcat8.zip "https://oss.sonatype.org/content/repositories/releases/org/eclipse/che/lib/che-tomcat8-slf4j-logback/6.16.0/che-tomcat8-slf4j-logback-6.16.0.zip" ;    unzip /tmp/tomcat8.zip -d /home/user/agent/wsagent;
 ---> Using cache
 ---> c0e70940c870
Step 3/19 : COPY traefik.toml traefik_conf.sh /home/user/agent/traefik/
 ---> Using cache
 ---> 62cfb3955c8c
Step 4/19 : COPY eclipse-che/tomcat/webapps/ROOT.war /home/user/agent/wsagent/webapps/ide.war
 ---> Using cache
 ---> 15c1ca56374b
Step 5/19 : COPY eclipse-che/lib/ws-agent.tar.gz /tmp/agent
COPY failed: stat /var/lib/docker/tmp/docker-builder500816018/eclipse-che/lib/ws-agent.tar.gz: no such file or directory
@monaka
Copy link
Member Author

monaka commented Jul 26, 2019

@skabashnyuk Is it OK to just remote rm -fr dockerfiles/gwt-ide ?

@skabashnyuk
Copy link
Contributor

yes. I'll create a pr.

@monaka
Copy link
Member Author

monaka commented Jul 26, 2019

@skabashnyuk Thank you for your quick reply. I close this as #14034 was opened.

@monaka monaka closed this as completed Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants