Mark Waite
Mark Waite
I think publishing to GitHub container registry is a great idea in addition to Dockerhub.
> Seems fine, anyone else got any thoughts on it? @MarkEWaite ? It seems like this Is introducing a specific implementation of a more general concept. I think the general...
I can't duplicate the problem on the configuration that I tested. I tested: ``` $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support"...
As of May 1, 2022, Eclipse Temurin only provides amd64 images for [Alpine images](https://hub.docker.com/_/eclipse-temurin?tab=tags&page=1&name=11.0.15_10-jdk-alpine). Still blocked by lack of an upstream image to support it.
Something appears to different about your environment than other environments. When I use the following Dockerfile (an excerpt of the ["Installing Jenkins on Docker"](https://www.jenkins.io/doc/book/installing/docker/) page), it builds and runs as...
> So, anyone has the same situation when using? Is that normal? When I'm running my Jenkins controller from Docker with `docker run` (not using `docker stack deploy`), I monitor...
Thanks for providing feedback! For clarity, are you referring to the [Pipeline Examples](https://www.jenkins.io/doc/pipeline/examples/) page, [source file](https://github.com/jenkins-infra/jenkins.io/blob/master/content/doc/pipeline/examples.html.haml)? Many of the examples on that page are the full Jenkinsfile. Can you describe...
Yes @Samiatrix you are welcome to contribute to this issue. Steps that I think you should take: * [ ] Perform the existing steps that are described in the tutorial...
You're welcome to do so @11000100111000 . I've assigned it to you as a convenience for the rest of us. No assignment is needed for the work to begin or...
It looks like the Jenkins core war file is extracted to get the help from core. I assume the same technique would be used for each of the plugins, then...