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

Task dockerBuildImageCli fails #588

Open
bjagg opened this issue Sep 20, 2022 · 1 comment
Open

Task dockerBuildImageCli fails #588

bjagg opened this issue Sep 20, 2022 · 1 comment
Labels

Comments

@bjagg
Copy link
Member

bjagg commented Sep 20, 2022

Describe the bug
./gradlew dockerBuildImageCli fails

To Reproduce
Steps to reproduce the behavior:

  1. ./gradlew dockerBuildImageCli
@bjagg bjagg added the bug label Sep 20, 2022
@jonathanmtran
Copy link
Contributor

What error are you getting when it fails? With a fresh clone of uPortal-start I would get the following

Execution failed for task ':dockerBuildImageCli'.
> Could not build image: COPY failed: file not found in build context or excluded by .dockerignore: stat .gradle/tomcat: file does not exist

I suspect that you need to either portalInit or tomcatInstall tomcatDeploy first before running any Docker tasks

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