Fedor Korotkov
99777b6740
Update README example to use macOS Tahoe ( #1101 )
2025-07-07 13:50:16 +04:00
fedor
280a31f707
Update docs, examples and CI to Sequoia
2025-05-04 20:49:23 -04:00
Fedor Korotkov
3f26baa341
Update testimonials to focus on Tart ( #876 )
...
Cirrus Runners have their own testimonials and a website now. No need to mix things together.
2024-08-01 17:09:08 +04:00
Fedor Korotkov
679289d7ab
Added Figma as a user ( #858 )
...
See https://www.figma.com/open-source/
Plus reworked users section since now we can curate the best representative.
2024-07-10 15:06:01 +00:00
Fedor Korotkov
d50e113300
Rearrange companies
...
To make the patter pretty
2024-06-05 08:32:38 -04:00
marc
fce52f1514
Add Atlassian as Tart user ( #838 )
2024-06-05 08:31:23 -04:00
Fedor Korotkov
e1353f4540
[docs] fixed Cirrus Runners link ( #813 )
2024-05-05 12:06:39 +04:00
Fedor Korotkov
cd6a97f842
Some SEO optimizations ( #720 )
...
Removed Anka mentions and Codemagic/Testingbot since we don't know if they still use Tart.
2024-01-24 12:15:06 -05:00
Fedor Korotkov
02f1ff5238
Fixed image url
2023-12-08 03:23:54 -05:00
Fedor Korotkov
9c9bcd586e
Highlight AWS Marketplace availability ( #683 )
...
* Highlight AWS Marketplace availability
* Updated image
* Changed height
2023-12-08 10:44:41 +04:00
Simon B. Støvring
8c011623be
Adds Shape logo to README ( #658 )
2023-11-15 14:51:10 +00:00
Fedor Korotkov
2da8bc0fb5
Document XL Cirrus Runners ( #613 )
...
* Document XL Cirrus Runners
Also tried to put everything about Cirrus Runners in one place rather than having the information spreaded between https://tart.run and https://github.com/apps/cirrus-runners .
Plus updated docs to use Sonoma.
* Apply suggestions from code review
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
---------
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
2023-09-28 15:53:13 -04:00
Rui Marinho
4f6c7e79e1
Add Uphold as a Tart user ( #606 )
2023-09-22 07:37:02 -04:00
Fedor Korotkov
4bb248e7b4
Support wildcards in `credHelpers` ( #592 )
...
* Support wildcards in `credHelpers`
With #591 `tart pull` fails when for example you have `ecr-login` set as the default `credsStore` but you try to pull our images from `ghcr.io`.
This change reverts #591 and instead supports regex in `credHelpers`. This is not supported by Docker itself but highly demanded in https://github.com/docker/cli/issues/2928
I think it's fine to support it for Tart.
Additionally this change bumps the minimum host macOS version to Ventura in order to bring `Regex`. Yes, `Regex` only supported in Swift for macOS 13+ 🤦♂️ I think it's fine in the light of Sonoma release and Tart 2.0.0.
* Removed Monterey mentions from docs
2023-08-28 11:37:49 -04:00
Fedor Korotkov
fa97adfc9e
Highlight Cirrus Runners in `README.md` ( #558 )
...
* Mention Cirrus Runners in the README.md
* Increase font size
* typo
* Fixed branch
2023-07-13 18:09:19 +00:00
Jontified
0608b2b9d1
Add Mullvad logo to list of users ( #520 )
2023-06-21 17:04:02 +04:00
pheianox
59b3e0c0fb
Add PITS Global Data Recovery Services to the list of companies ( #499 )
...
* Add PITS Global Data Recovery Services to the list of companies
* Remove unnecessary change at line 48
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
* Update PITS Global Data Recovery logo location
---------
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
2023-05-16 14:36:13 -04:00
Alexander Zaytsev
0ab0fe23c5
Add Transloadit as a Tart user ( #442 )
2023-03-07 19:02:09 +04:00
Fedor Korotkov
d65f530bcb
Updated data ( #406 )
2023-02-07 23:56:23 -05:00
Khachatur Ashotyan
92b35dbcf2
Add Krisp logo in users section ( #403 )
2023-02-07 19:06:57 +04:00
Fedor Korotkov
31b106a67a
Move FAQ to documentation website ( #383 )
...
Also reworked most of the questions and add new one about accessing services running on host.
2023-01-18 11:58:21 -05:00
fedor
abb1d7192a
Documentation code block tweaks
2023-01-17 15:14:03 -05:00
Fedor Korotkov
bd87e1a8b1
Documentation Website ( #380 )
...
* Move to mkdocs for docs
* Deploy task
* Custom landing page
* Setup Google Analytics
* Cropped animation
* Update docs/theme/overrides/home.html
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Direct to website and discussions
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
2023-01-17 19:08:30 +00:00
marc-48k
6d7dc40c57
Doco fixups ( #350 )
...
* Fix-ups and SSH howto
* Minor corrections, additions and normalizations
* Fixes SSH command.
* Update README.md
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
2022-12-14 21:49:37 +04:00
Nikolay Edigaryev
4555dd5824
README.md: document --dir ( #338 )
2022-11-30 18:12:06 +04:00
Fedor Korotkov
03e6d9345d
Document list of users ( #332 )
...
Fixes #208
2022-11-21 12:34:24 +04:00
Fedor Korotkov
31ba71dad7
Option to provide registry credentials via environment variables ( #320 )
...
Fixes #124
2022-11-11 18:32:23 +04:00
Fedor Korotkov
8961c5189a
Fixed Tart logo on GitHubMobile App ( #310 )
...
We can't use the regular images since we use Git LFS. Forgot to fix the main image as part of #237
2022-11-09 12:19:15 +04:00
Nikolay Edigaryev
555715588d
README.md: more realistic Packer HCL example ( #308 )
...
* README.md: more realistic Packer HCL example
* Update README.md
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
* Update README.md
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
2022-11-08 04:59:35 -05:00
Andrea Cristalli
8d096966b4
Packer json configuration is deprecated ( #307 )
2022-11-08 13:42:22 +04:00
Fedor Korotkov
8cbcd2285b
Document Cirrus Runners ( #288 )
...
* Document Cirrus Runners
Fixes #237
* Update README.md
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Remove redundant mention
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
2022-10-27 10:17:13 -04:00
Fedor Korotkov
4a9316a377
[skip ci] Add sponsorship option ( #241 )
2022-09-13 16:30:26 +04:00
Nikolay Edigaryev
0eca923604
Document NAT subnet change procedure ( #236 )
2022-09-08 16:26:40 +04:00
Fedor Korotkov
4b62b73015
Document Adopters ( #229 )
...
* Document early adopters
Related to #208
* Use HTML
2022-09-06 21:25:22 +04:00
Nikolay Edigaryev
553b36349b
README.md: clarify "Pulling a Remote Image" section ( #196 )
2022-08-25 15:43:30 +04:00
Fedor Korotkov
d0bf286aa1
Document Linux VM image creation ( #193 )
2022-08-24 23:21:50 +04:00
Fedor Korotkov
116dc01f55
Document how to retrieve artifacts ( #146 )
2022-07-08 18:45:14 +03:00
Fedor Korotkov
7fec41b2cb
Document VM location on disk ( #87 )
...
Fixes #68
2022-05-18 18:01:13 +03:00
Fedor Korotkov
ea4fb9a2d5
Add Geekbench report link ( #83 )
...
Fixes #82
2022-05-17 15:20:04 -04:00
Fedor Korotkov
b39c3c9b52
Reworked CI integration documentation ( #69 )
...
It was a bit confusing to folks not familiar with Cirrus CLI. Reworked the documentation to better introduce Cirrus CLI.
2022-05-15 13:25:25 +03:00
Nikolay Edigaryev
3fdcc5c33c
.goreleaser(brews): depend on macOS Monterey ( #64 )
...
* .goreleaser(brews): depend on macOS Monterey
* README.md: mention that macOS Monterey or later is required
2022-05-12 00:42:12 +03:00
Austin Culter
182ddf0268
Minor typo: 'reposiotry' > 'repository' ( #61 )
...
On the tin.
2022-05-10 17:16:03 -04:00
Fedor Korotkov
4ebec53c77
Two more FAQs ( #58 )
...
* Two more FAQs
* Better summary
* Another clarification
2022-05-10 23:13:17 +03:00
Fedor Korotkov
cc697b4f6e
More images in docs ( #56 )
...
* More images in docs
* More images in docs
* Updated GIF
2022-05-09 12:59:51 +03:00
Fedor Korotkov
e8a6efa60a
Return title to docs ( #53 )
...
* Return title to docs
* smaller
2022-05-07 11:24:25 +03:00
Fedor Korotkov
f712ba8ce3
Proper documentation ( #49 )
...
* WIP proper docs
* Update README.md
* wip
* More updates
* Apply suggestions from code review
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Use GitHub Packages links
* Promote Cirrus CLI first and then mentioned Cirrus CI
* Apply suggestions from code review
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
2022-05-06 23:59:33 +03:00
fedor
28ee76491a
Added README.md
2022-02-06 17:31:54 -05:00