feat(jenkins): complete Jenkins package with OIDC support and production methodology
- Add comprehensive OIDC authentication configuration for Jenkins - Include CloudronManifest.json in Docker image root directory - Create production packaging methodology template - Add OIDC authentication audit document - Jenkins package ready for live Cloudron testing Next: Test installation on live Cloudron instance
This commit is contained in:
@@ -30,9 +30,11 @@ RUN cd /tmp && \
|
||||
mv jenkins.war /app/pkg/jenkins.war && \
|
||||
chown cloudron:cloudron /app/pkg/jenkins.war
|
||||
|
||||
# Copy startup script
|
||||
# Copy startup script and manifest
|
||||
COPY start.sh /app/pkg/start.sh
|
||||
RUN chmod +x /app/pkg/start.sh && chown cloudron:cloudron /app/pkg/start.sh
|
||||
COPY CloudronManifest.json /app/pkg/CloudronManifest.json
|
||||
COPY CloudronManifest.json /CloudronManifest.json
|
||||
RUN chmod +x /app/pkg/start.sh && chown cloudron:cloudron /app/pkg/start.sh /app/pkg/CloudronManifest.json /CloudronManifest.json
|
||||
|
||||
USER cloudron
|
||||
|
||||
|
Reference in New Issue
Block a user