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

Arm and arm64 images for grafana/loki-build-image #5327

Closed
SasSwart opened this issue Feb 5, 2022 · 1 comment
Closed

Arm and arm64 images for grafana/loki-build-image #5327

SasSwart opened this issue Feb 5, 2022 · 1 comment
Labels
stale A stale issue or PR that will automatically be closed.

Comments

@SasSwart
Copy link
Contributor

SasSwart commented Feb 5, 2022

Is your feature request related to a problem? Please describe.
cmd/loki/Dockerfile currently fails to build due to the absence of goyacc in the golang image it is based on.
Example: https://drone.grafana.net/grafana/loki/8355/3/3

To fix this, grafana/loki-build-image should be used instead. It is based on the same golang docker image, but has the tools required by the Makefile included. It is already used in cmd/loki/Dockerfile.debug.

Unfortunately, even though a grafana/loki-build-image based container is able to invoke goyacc from make, it cannot build arm based images.
Example: https://drone.grafana.net/grafana/loki/8426/4/3

Describe the solution you'd like
CI based arm and arm64 support for the loki-build-image container.

Describe alternatives you've considered
As a temporary measure, I am creating a PR that introduces the go tools required to build loki into cmd/loki/Dockerfile.
This duplication is likely to cause drift if left in place too long, but will unblock me until grafana/loki-build-image can be ported to arm and arm64.

Additional context
#5323
#5306
#5275

@stale
Copy link

stale bot commented Apr 17, 2022

Hi! This issue has been automatically marked as stale because it has not had any
activity in the past 30 days.

We use a stalebot among other tools to help manage the state of issues in this project.
A stalebot can be very useful in closing issues in a number of cases; the most common
is closing issues or PRs where the original reporter has not responded.

Stalebots are also emotionless and cruel and can close issues which are still very relevant.

If this issue is important to you, please add a comment to keep it open. More importantly, please add a thumbs-up to the original issue entry.

We regularly sort for closed issues which have a stale label sorted by thumbs up.

We may also:

  • Mark issues as revivable if we think it's a valid issue but isn't something we are likely
    to prioritize in the future (the issue will still remain closed).
  • Add a keepalive label to silence the stalebot if the issue is very common/popular/important.

We are doing our best to respond, organize, and prioritize all issues but it can be a challenging task,
our sincere apologies if you find yourself at the mercy of the stalebot.

@stale stale bot added the stale A stale issue or PR that will automatically be closed. label Apr 17, 2022
@stale stale bot closed this as completed Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale A stale issue or PR that will automatically be closed.
Projects
None yet
Development

No branches or pull requests

1 participant