-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: Separate docker image types in matrix, add debian #2770
Merged
Conversation
This file contains 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
nitrocode
force-pushed
the
separate-alpine-image
branch
from
December 11, 2022 16:48
7b044ec
to
53b7e26
Compare
nitrocode
changed the title
Separate alpine image
Separate docker image types in matrix
Dec 11, 2022
nitrocode
force-pushed
the
separate-alpine-image
branch
3 times, most recently
from
December 11, 2022 19:33
aee0ad6
to
352c8df
Compare
nitrocode
commented
Dec 11, 2022
jamengual
reviewed
Dec 12, 2022
nitrocode
force-pushed
the
separate-alpine-image
branch
4 times, most recently
from
December 12, 2022 02:13
bfb36f1
to
539d751
Compare
nitrocode
force-pushed
the
separate-alpine-image
branch
from
December 12, 2022 02:15
539d751
to
191fa86
Compare
jamengual
approved these changes
Dec 12, 2022
This was referenced Dec 12, 2022
krrrr38
pushed a commit
to krrrr38/atlantis
that referenced
this pull request
Dec 16, 2022
nitrocode
changed the title
Separate docker image types in matrix
Separate docker image types in matrix, add debian
Jan 16, 2023
nitrocode
changed the title
Separate docker image types in matrix, add debian
feat: Separate docker image types in matrix, add debian
Jan 16, 2023
dpiddock
added a commit
to dpiddock/atlantis
that referenced
this pull request
Jan 27, 2023
Prior to v0.22.0 the container could be run with the command `atlantis server`. However this was broken by runatlantis#2770: ``` Error: unknown command "atlantis" for "atlantis" ``` This PR reverts to previous functionality and matches the comment. Following calls all work again: ```sh docker run atlantis server docker run atlantis --help docker run atlantis atlantis server docker run atlantis atlantis --help ```
1 task
nitrocode
pushed a commit
that referenced
this pull request
Jan 27, 2023
Prior to v0.22.0 the container could be run with the command `atlantis server`. However this was broken by #2770: ``` Error: unknown command "atlantis" for "atlantis" ``` This PR reverts to previous functionality and matches the comment. Following calls all work again: ```sh docker run atlantis server docker run atlantis --help docker run atlantis atlantis server docker run atlantis atlantis --help ```
DragosDumitrache
pushed a commit
to gocardless/atlantis
that referenced
this pull request
Jan 30, 2023
Prior to v0.22.0 the container could be run with the command `atlantis server`. However this was broken by runatlantis#2770: ``` Error: unknown command "atlantis" for "atlantis" ``` This PR reverts to previous functionality and matches the comment. Following calls all work again: ```sh docker run atlantis server docker run atlantis --help docker run atlantis atlantis server docker run atlantis atlantis --help ```
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.
what
alpine
anddebian
-{{ image_type }}
suffixwhy
atlantis:dev-alpine
references