-
Notifications
You must be signed in to change notification settings - Fork 399
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
chore(docker): fix binary path for dockerfiles #2177
Conversation
@albttx I'm totally fine to move the actual images to alpine if they will simply your workflows |
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.
Looks sane enough to me, @ajnavarro if you can give a second look 👀
+1 for alpine instead of busybox. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2177 +/- ##
==========================================
- Coverage 49.91% 49.91% -0.01%
==========================================
Files 576 576
Lines 77820 77820
==========================================
- Hits 38847 38846 -1
- Misses 35843 35846 +3
+ Partials 3130 3128 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I just made some small but i believe important modifications. I still believe for multiple reasons that the Dockerfile in the PR #2199 is necessary. Docker is not only for production images, but also for dev. Personally I am using docker locally and i exec locally
to test my code updates and i believe some other devs would like this. This is why i suggest to have 2 Dockerfiles:
Ps: a really annoying thing is that i'm not able to locally test this PR ... :/ |
@albttx you can locally run goreleaser locally and test that everything is going well:
|
It's impossible to test locally without a token* |
Some minor modification on the docker images to simplify working with it. I would love to have alpine based image, but this could come in a second time, we could have the same images but with a `-alpine` at the end of the tags if you don't want it by default <details><summary>Contributors' checklist...</summary> - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [ ] Updated the official documentation or not needed - [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md). </details>
Some minor modification on the docker images to simplify working with it.
I would love to have alpine based image, but this could come in a second time, we could have the same images but with a
-alpine
at the end of the tags if you don't want it by defaultContributors' checklist...
BREAKING CHANGE: xxx
message was included in the description