GoogleCloudPlatform / GoogleCloudPlatform/gcsfuse

Error: Unable to locate package gcsfuse while installing on a Docker image in an arm64 machine

Open
#586 15 comments 9 reactions 0 assignees View on GitHub
arm64-support feature request p1
Dominant language
Go
Stars
2.3k
Forks
510
Avg merge
2d 17h
Merged PRs (30d)
35

Description

Hi!

I am trying to build the following Docker image in a MacBook Pro with an M1 Pro processor.

```
FROM python:3.7.10-slim-buster

RUN apt-get update
RUN apt-get install --yes --no-install-recommends ca-certificates curl gpg gpg-agent
RUN echo "deb http://packages.cloud.google.com/apt gcsfuse-buster main" | tee /etc/apt/sources.list.d/gcsfuse.list
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
RUN apt-get update
RUN apt-get install --yes gcsfuse

```

But I am receiving the following error:
```
E: Unable to locate package gcsfuse
```

Is worth mentioning that in an Intel based machine this image is correctly built.
And as far as I understand, there [exists](https://packages.cloud.google.com/apt/dists/gcsfuse-buster/main/binary-arm64/Release) an arm64 distribution for this Debian version (buster)

Any help would be appreciated.
Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.