-
Notifications
You must be signed in to change notification settings - Fork 84
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
Docker Install #326
Docker Install #326
Conversation
…can detect within takeout itself, if needed)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on windows and macos - things running smoothly 🚀
Co-authored-by: Guillermo Cava <[email protected]>
7107bd6
to
060a03a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, just a few suggestions on making some updates after this has sat for so long.
Let's do this! :)
@@ -0,0 +1,18 @@ | |||
FROM php:8.1-cli-alpine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking forward to being able to bump this 🙌
README.md
Outdated
|
||
To update the image, run `docker pull tighten/takeout` when you want to get the newest release. | ||
|
||
Otherwise, if you have a PHP environment available, you may install Takeout via Composer: | ||
|
||
```bash | ||
composer global require "tightenco/takeout:~2.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will we be bumping to 3.0
with this release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uhm, maybe we can tag a 2.9 now, and then switch to 3.0 once we upgrade it to the major PHP version?
Co-authored-by: Anthony Clark <[email protected]>
Added
Dockerfile
for the dockerized install of Takeoutdocker-publish.yml
workflow that builds and pushes the Docker image whenever there's a new tagChanged