Skip to content

Conversation

ibexa-yuna
Copy link
Contributor

No description provided.

Copy link

sonarqubecloud bot commented Jul 30, 2025

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces Docker containerization for a SOLR search engine, creating a custom Docker image based on SOLR 8.11.2 with Ibexa-specific configurations and setting up automated builds via GitHub Actions.

  • Creates a Dockerfile that customizes the base SOLR image with Ibexa template configurations
  • Adds GitHub Actions workflow for building and pushing Docker images to GitHub Container Registry
  • Configures SOLR with custom template directory and core creation

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
Dockerfile Defines custom SOLR image with Ibexa configurations and template setup
.github/workflows/docker.yaml GitHub Actions workflow for automated Docker image building and publishing
Comments suppressed due to low confidence (2)

.github/workflows/docker.yaml:55

  • The docker/build-push-action@v5 version should be updated to v6, which is the latest stable version available.
        uses: docker/build-push-action@v5

Comment on lines +6 to +8
# tags:
# - 'v*'
# - '!v*-alpha*'
Copy link
Preview

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commented-out tag trigger configuration should either be removed or uncommented with proper documentation explaining when it should be enabled.

Suggested change
# tags:
# - 'v*'
# - '!v*-alpha*'
tags:
- 'v*' # Trigger workflow for version tags (e.g., v1.0.0)
- '!v*-alpha*' # Exclude alpha pre-release tags (e.g., v1.0.0-alpha)

Copilot uses AI. Check for mistakes.

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

Successfully merging this pull request may close these issues.

3 participants