Add GitLab + GitLab Runner to dev environment - #745
Merged
Conversation
mvandenburgh
marked this pull request as draft
January 25, 2024 17:03
mvandenburgh
marked this pull request as ready for review
January 25, 2024 17:12
Collaborator
|
Should we update the |
Member
Author
Added. |
mvandenburgh
force-pushed
the
gitlab-dev-environment
branch
from
January 25, 2024 21:09
a7c39e1 to
13e1447
Compare
mvandenburgh
force-pushed
the
gitlab-dev-environment
branch
from
January 26, 2024 18:26
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. |
mvandenburgh
marked this pull request as draft
January 29, 2024 22:37
danlamanna
force-pushed
the
gitlab-dev-environment
branch
from
February 8, 2024 05:01
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. |
mvandenburgh
marked this pull request as ready for review
February 8, 2024 21:03
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.