-
Notifications
You must be signed in to change notification settings - Fork 129
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
Update docker-compose files #452
Conversation
actualize docker-compose files with actual binaries
updated CHANGELOG_DEV.md
@@ -73,7 +73,7 @@ ENV PATH="$PATH:/usr/local/lib/go/latest/bin" | |||
ENV PATH_ACRA="/acra" | |||
COPY ./ "${PATH_ACRA}/" | |||
# Fetch all dependencies and build all binaries in acra | |||
RUN cd "${PATH_ACRA}" && go install ./cmd/... | |||
RUN cd "${PATH_ACRA}" && go install -tags netgo ./cmd/... |
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.
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.
Need additional testing from @shadinua
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 with scratch and Debian-based images. Thanks!
I propose to leave this PR open until @shadinua confirms that all is okay with other cases of resolving and after that merge. To not merge not tested configurations. To not revert changes after that with new one PR) |
Actualizing docker-compose files with new versions of binaries stored on Github registry. Updated docker/acra-build.dockerfile with ability to compile binary files with native Golang
netgo
DNS resolver.Corresponding changes displayed in CHANGELOG_DEV.md.
with new changes