Add GitLab + GitLab Runner to dev environment#745
Merged
mvandenburgh merged 7 commits intomainfrom Feb 8, 2024
Merged
Conversation
Collaborator
|
Should we update the |
Member
Author
Added. |
a7c39e1 to
13e1447
Compare
0a8ec8c to
3ad6a3b
Compare
danlamanna
reviewed
Jan 29, 2024
Collaborator
|
Unfortunately this is mostly unusable on macOS since it uses QEMU to emulate ARM (see sameersbn/docker-gitlab#2803). I cancelled the init script after 10-15 minutes waiting for it to succeed. |
3ad6a3b to
6f673de
Compare
Collaborator
|
I pushed a small change to use a Docker image that's being built for both amd64 and arm64. This works well for me now. |
danlamanna
approved these changes
Feb 8, 2024
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.
Adds GitLab and a runner as services to the local docker-compose development configuration. This should drastically improve the ability to test things related to the Django app locally.