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

[FEAT] Docker image for application CI pipeline #18

Closed
1 task done
alexjustesen opened this issue Jun 5, 2024 · 2 comments
Closed
1 task done

[FEAT] Docker image for application CI pipeline #18

alexjustesen opened this issue Jun 5, 2024 · 2 comments

Comments

@alexjustesen
Copy link
Contributor

Is this a new feature request?

  • I have searched the existing issues

Wanted change

I'd like to build into my CI pipeline building and running the application's test suite within the lsio image to ensure a couple of things:

  1. The application builds successfully within the image
  2. The test suite successfully passes

Looking for assistance creating that CI workflow.

Reason for change

This would help me get in front of any issues from the application that might crop up later down the path in your build steps.

Proposed code change

No response

@alexjustesen alexjustesen added the enhancement New feature or request label Jun 5, 2024
@thespad
Copy link
Member

thespad commented Jun 7, 2024

Do you just want to do it on releases, or tags, commits, etc? We could do a dev tag that built on whatever criteria you need and then you can ingest that into your tests; or if they're tests you want to run inside the container we can have an init step that only runs if given envs are set and poke it into our existing CI smoke tests.

Really depends on exactly what you need out of it.

@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants