Skip to content
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

Merged
merged 3 commits into from
Nov 11, 2021
Merged

Conversation

ZhmakAS
Copy link
Contributor

@ZhmakAS ZhmakAS commented Nov 10, 2021

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.

@@ -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/...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

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

Copy link
Contributor

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!

@Lagovas
Copy link
Collaborator

Lagovas commented Nov 10, 2021

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)

@Lagovas Lagovas merged commit d4217f2 into master Nov 11, 2021
@Lagovas Lagovas deleted the zhars/T2204/update_acra_docker_compose branch November 11, 2021 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants