Closed
Conversation
This should provide sufficient environment for building and testing on linux. Includes debian and alpine based images For usage see https://github.com/ai-traders/docker-dotnet-ide
This was referenced Oct 2, 2018
Contributor
Author
|
Opened #108 instead |
0xced
pushed a commit
to 0xced/BaGet
that referenced
this pull request
Mar 30, 2025
* add basic healthcheck feature loic-sharma#105 * make health endpoint configurable * documentation * remove newlines --------- Co-authored-by: GALLIKER\pafor <patrick.forrer@galliker.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is on top of CD setup in #103.
What does this PR do?
msbuild /t:Publishin the docker image. And we are not using docker BUILD container, but using the same artifacts that were tested in previous stage.Dockerfile is changed a bit:
bagetuser.bagetuser based on owner of volume mount.docker run baget.Motivation
The e2e tests ensure that some of the most basic commands, such as nuget push or paket install pass.
This step would be great to execute before publishing final docker image.
Most of this is LiGet's CD ported to BaGet.
The files in
.buildare part of our internal bash script helpers used for common stuff. This is added for reference, nothing fancy there.