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

Maven missing from docker container #40

Open
bkline opened this issue Apr 8, 2020 · 0 comments
Open

Maven missing from docker container #40

bkline opened this issue Apr 8, 2020 · 0 comments

Comments

@bkline
Copy link

bkline commented Apr 8, 2020

The docker container does not include maven. The instructions in the video merely say

Before we get started with this video, make sure you have the following things set up, as we will not cover them during the demo. You may already have maven installed on your machine, but if not, the easiest way to install it is via Jenkins, by navigating to Manage Jenkins, Global Tool Configuration, Maven, and add the maven installation. Alternatively, you might want to install maven via your operating system.

I followed those instruction for installing maven via Jenkins adding the default installer (install from Apache), assuming that either maven must be a tool which could be installed by just unpacking files into an area in the file system to which the process/account running Jenkins had write access, or that Jenkins was running as root (a very unappealing thought). I was able to install maven by getting a root shell in the docker container (docker exec -it -u root ...) but the instructions as given in the video need to be adjusted. If it is indeed possible to install maven on the server from the Jenkins web interface, please provide more explicit instructions. Otherwise, explain the steps needed to get maven installed in the docker container without the assistance of Jenkins.

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

No branches or pull requests

1 participant