confluence6-atlassian
kandi X-RAY | confluence6-atlassian Summary
kandi X-RAY | confluence6-atlassian Summary
confluence6-atlassian is a Groovy library. confluence6-atlassian has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
confluence6-atlassian
confluence6-atlassian
Support
Quality
Security
License
Reuse
Support
confluence6-atlassian has a low active ecosystem.
It has 2 star(s) with 1 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
confluence6-atlassian has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of confluence6-atlassian is current.
Quality
confluence6-atlassian has 0 bugs and 0 code smells.
Security
confluence6-atlassian has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
confluence6-atlassian code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
confluence6-atlassian does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
confluence6-atlassian releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of confluence6-atlassian
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of confluence6-atlassian
confluence6-atlassian Key Features
No Key Features are available at this moment for confluence6-atlassian.
confluence6-atlassian Examples and Code Snippets
No Code Snippets are available at this moment for confluence6-atlassian.
Community Discussions
No Community Discussions are available at this moment for confluence6-atlassian.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install confluence6-atlassian
Atlassian do not directly support Openshift. Not built inside OpenShift.
Modified Dockerfile based on the Official Confluence 6 Docker image: https://hub.docker.com/r/atlassian/confluence-server/
Aim: Attempting to deploy Confluence 6 server using the Official Docker image within the “Openshift Container Platform”, a Kubernetes management and orchestration platform for Docker containers. Atlassian do not directly support Openshift. Atlassian support their own Docker container edition, however unless you are evaluating Confluence your image needs to be running using the Oracle JDK to meet the supported platform requirements, you’ll need to build your own image by following the Update the Confluence Docker image to use Oracle JDK steps here.
This image has been developed and tested in the following environment: Openshift.com account with 6GiB of RAM + 4GiB of persistent storage + 2Gib of Terminating Memory. quay.io private Container Registry (where I build this Dockerfile). Openshift Secrets need to be setup to pull the Confluence6 image from this private registry: Resources -> Secrets -> Create Secret: Secret Type: Image Secret Secret Name: <my_quay.io> Authentication Type: Image Registry Credentials Image Registry Server Address: quay.io (docker.io if you work with hub.docker.com container registry) Username: <my_username> Password: <my_password> Email: my_email@addr.com Link secret to a service account: default Check this has been added to "imagePullSecrets" in: Resources -> Other Resources -> Service Account -> default -> Actions -> Edit YAML Deploy Image: Add to Project -> Deploy image -> click on "Image Name": quay.io: quay.io/<my_username>/<my_container_image_repository> hub.docker.com: docker.io/<my_username>/<my_container_image_repository> Edit Deployment Config: Image Name: quay.io/<my_username>/<my_container_image_repository>:latest Advanced Image Options -> Pull Secret: <my_quay.io>
confluence6-docker-build.Jenkinsfile: Alternatively, this image can be built in a custom Jenkins Slave with docker + oc tools installed. (Not built inside OpenShift, you won't see confluence6-atlassian-xx-build in the ouput of oc get pods). The built image can be pushed to a private repo in Dockerhub or to Openshift Registry (Development or Production). This is achieved via a Conditional Build Step in Jenkinsfile (stages are disabled).
Docker Desktop Environment: If you don't have admin rights in your laptop to install Docker for Windows, ask your company to install Virtualbox instead. A Desktop Test Environment can be a Virtual Machine with at least 4GB of RAM running in your laptop with Virtualbox: Virtual Machine Option 1 - Docker Toolbox: https://docs.docker.com/toolbox/overview/ Virtual Machine Option 2 - Fedora Osbox: https://www.osboxes.org/fedora/ etc.
See Configuring HAProxy Timeouts with Route Annotations.
https://community.atlassian.com/t5/Confluence-questions/Using-a-Docker-instance-of-Confluence-Installation-Fails-When/qaq-p/731543
Modified Dockerfile based on the Official Confluence 6 Docker image: https://hub.docker.com/r/atlassian/confluence-server/
Aim: Attempting to deploy Confluence 6 server using the Official Docker image within the “Openshift Container Platform”, a Kubernetes management and orchestration platform for Docker containers. Atlassian do not directly support Openshift. Atlassian support their own Docker container edition, however unless you are evaluating Confluence your image needs to be running using the Oracle JDK to meet the supported platform requirements, you’ll need to build your own image by following the Update the Confluence Docker image to use Oracle JDK steps here.
This image has been developed and tested in the following environment: Openshift.com account with 6GiB of RAM + 4GiB of persistent storage + 2Gib of Terminating Memory. quay.io private Container Registry (where I build this Dockerfile). Openshift Secrets need to be setup to pull the Confluence6 image from this private registry: Resources -> Secrets -> Create Secret: Secret Type: Image Secret Secret Name: <my_quay.io> Authentication Type: Image Registry Credentials Image Registry Server Address: quay.io (docker.io if you work with hub.docker.com container registry) Username: <my_username> Password: <my_password> Email: my_email@addr.com Link secret to a service account: default Check this has been added to "imagePullSecrets" in: Resources -> Other Resources -> Service Account -> default -> Actions -> Edit YAML Deploy Image: Add to Project -> Deploy image -> click on "Image Name": quay.io: quay.io/<my_username>/<my_container_image_repository> hub.docker.com: docker.io/<my_username>/<my_container_image_repository> Edit Deployment Config: Image Name: quay.io/<my_username>/<my_container_image_repository>:latest Advanced Image Options -> Pull Secret: <my_quay.io>
confluence6-docker-build.Jenkinsfile: Alternatively, this image can be built in a custom Jenkins Slave with docker + oc tools installed. (Not built inside OpenShift, you won't see confluence6-atlassian-xx-build in the ouput of oc get pods). The built image can be pushed to a private repo in Dockerhub or to Openshift Registry (Development or Production). This is achieved via a Conditional Build Step in Jenkinsfile (stages are disabled).
Docker Desktop Environment: If you don't have admin rights in your laptop to install Docker for Windows, ask your company to install Virtualbox instead. A Desktop Test Environment can be a Virtual Machine with at least 4GB of RAM running in your laptop with Virtualbox: Virtual Machine Option 1 - Docker Toolbox: https://docs.docker.com/toolbox/overview/ Virtual Machine Option 2 - Fedora Osbox: https://www.osboxes.org/fedora/ etc.
See Configuring HAProxy Timeouts with Route Annotations.
https://community.atlassian.com/t5/Confluence-questions/Using-a-Docker-instance-of-Confluence-Installation-Fails-When/qaq-p/731543
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page