Replies: 1 comment
Thanks for the heads-up! The description is indeed somewhat outdated, I've created #289 to address this.
You can use vanilla images for this purpose or build your own. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Thank you for this very useful project!
We have Internet connection speed and disk usage issues with some of our machines, so we want to build an image that contains only what we need.
We were starting from
baseimages based on the description that these have "onlybrewpre-installed and the latest version ofmacOSavailable", but looking at the Packer files, we see that this isn't actually true. In addition to brew, it looks like they also have:wget ca-certificates curlunzip zipcmake gccgit-lfs git-credential-managerjq yqgh gitlab-runnerrbenv asdf miseawscliWhile these tools are certainly useful for many users, do they all really belong in the
baseimage?If they do belong, should the documentation be updated to say something more like "
brewand a handful of common tools pre-installed", etc.?Additionally, the
xcodeimages say they have "Xcode NwithFlutterpre-installed", but they also have undocumented:ideviceinstaller ios-deploy carthage xcbeautify swiftformat swiftlint swiftgen licenseplist tuist fastlane cocoapods xcpretty applesimutilsAll reactions