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

Improve container setup and add script to run the prolfquapp container #19

Merged
merged 4 commits into from
Sep 27, 2024

Conversation

leoschwarz
Copy link
Contributor

@leoschwarz leoschwarz commented Sep 26, 2024

  • A bash script is added that can be used to run the container easily with podman or Docker.
  • The Dockerfile uses a multi-stage build to make building faster and simpler, while simultaneously reducing image size.


# Default values for arguments
IMAGE_VERSION="0.0.1"
IMAGE_REPO="docker.io/leoschwarz/prolfquapp"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Currently, this is going through my Docker Hub account but I would suggest to create an organization either for prolfqua or FGCZ.

Currently deployment is manual, we can set up a GitHub actions pipeline again later but it needs to be slightly adjusted for Docker Hub.

@leoschwarz leoschwarz marked this pull request as ready for review September 26, 2024 07:32
@leoschwarz leoschwarz force-pushed the improve-docker-setup branch 2 times, most recently from c206ed6 to 4a5b3fa Compare September 26, 2024 10:17
@wolski wolski merged commit cb85df2 into prolfqua:master Sep 27, 2024
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.

2 participants