Skip to content

Extendable pipeline for frontend done#19

Merged
Intrpt merged 14 commits into
developfrom
feature/14-pipeline
May 3, 2024
Merged

Extendable pipeline for frontend done#19
Intrpt merged 14 commits into
developfrom
feature/14-pipeline

Conversation

@rieglerthomas
Copy link
Copy Markdown
Collaborator

Closes #14

Extendable pipeline for frontend done
Pipeline can now build images by just inserting image name and directory with the Dockerfile into the YAML file. If a "test" stage is present it runs the test. "test" stage should not be the last stage in the Dockerfile. Rather, the last stage should be the production-ready image definition.

Co-authored-by: Jonas Konrad 24313231+jalaka@users.noreply.github.com
Co-authored-by: ValentinFutterer 80054001+ValentinFutterer@users.noreply.github.com

Intrpt and others added 2 commits April 14, 2024 21:03
Pipeline can now build images by just inserting image name and directory with the Dockerfile
into the YAML file. If a "test" stage is present it runs the test. "test" stage
should not be the last stage in the Dockerfile. Rather, the last stage should be the production-ready
image definition.

Co-authored-by: Jonas Konrad <24313231+jalaka@users.noreply.github.com>
Co-authored-by: ValentinFutterer <80054001+ValentinFutterer@users.noreply.github.com>
rieglerthomas and others added 12 commits April 28, 2024 21:52
* GameRepository

* GameService

* GameController

* updated Routes

* updated dockerfile

use COPY . . with dockerignore
Pipeline can now build images by just inserting image name and directory with the Dockerfile
into the YAML file. If a "test" stage is present it runs the test. "test" stage
should not be the last stage in the Dockerfile. Rather, the last stage should be the production-ready
image definition.

Co-authored-by: Jonas Konrad <24313231+jalaka@users.noreply.github.com>
Co-authored-by: ValentinFutterer <80054001+ValentinFutterer@users.noreply.github.com>
@Intrpt Intrpt merged commit 7d09abe into develop May 3, 2024
@rieglerthomas rieglerthomas deleted the feature/14-pipeline branch May 9, 2024 16:42
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