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

bug: Fix DockerHub Deployment on the Website #4

Open
6 tasks
slashexx opened this issue Dec 16, 2024 · 0 comments
Open
6 tasks

bug: Fix DockerHub Deployment on the Website #4

slashexx opened this issue Dec 16, 2024 · 0 comments
Labels
bug Something isn't working deployment

Comments

@slashexx
Copy link
Collaborator

slashexx commented Dec 16, 2024

The current DockerHub deployment integration on the Lumine website is not functioning as expected. Currently we are unable to push or pull Docker images seamlessly from the website.

Tasks :-

  • Investigate Deployment Workflow:
    Analyze the CI/CD pipeline responsible for deploying images to DockerHub.
    Check for authentication or configuration issues in the

  • Fix Authentication Issues:
    Verify the credentials (DockerHub username, access token) used in the CI/CD workflow.
    Update or rotate credentials if necessary.

  • Debug and Fix Configuration Errors:
    Ensure the DockerHub repository name and tags are correctly configured.
    Validate the use of proper build arguments and labels in Dockerfile.

  • Test the Fix:
    Perform a test deployment to DockerHub to confirm successful image upload.
    Pull the image and test functionality locally to ensure integrity.

  • Document Changes:
    Update the README with instructions for manual DockerHub deployment (if needed).
    Document any pipeline changes in the repository's contributing guidelines or CI/CD notes.

  • Expected Outcome:
    Automated DockerHub deployments work without errors.
    Users can pull images successfully from DockerHub.

Clear documentation is available for contributors regarding DockerHub deployments.

@slashexx slashexx added bug Something isn't working deployment labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deployment
Projects
None yet
Development

No branches or pull requests

1 participant