Code Monkey home page Code Monkey logo

fluent's People

Contributors

cabrerabywaters avatar dependabot[bot] avatar goat-io avatar snyk-bot avatar tomcastro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

fluent's Issues

Building firebase-emulator Docker Image fails

Reproduced on

OS Manjaro Linux
Commit a26a48e

Expected result

Building the Docker Image docker build --no-cache --pull packages/dev/Database/Firebase should succeed.

Actual result

Building the image fails with the following error log:

[+] Building 253.2s (19/33)                                                                                                                                                      docker:default
 => [internal] load build definition from Dockerfile                                                                                                                                       0.0s
 => => transferring dockerfile: 2.22kB                                                                                                                                                     0.0s
 => [internal] load metadata for docker.io/library/python:3.7-slim-buster                                                                                                                  1.0s
 => [internal] load .dockerignore                                                                                                                                                          0.0s
 => => transferring context: 2B                                                                                                                                                            0.0s
 => [internal] load build context                                                                                                                                                          0.0s
 => => transferring context: 4.13kB                                                                                                                                                        0.0s
 => CACHED [ 1/29] FROM docker.io/library/python:3.7-slim-buster@sha256:9bd2bfc822a533f99cbe6b1311d5bf0ff136f776ebac9b985407829f17278935                                                   0.0s
 => [ 2/29] RUN apt update && apt install -y sudo                                                                                                                                          4.4s
 => [ 3/29] RUN adduser --disabled-password --gecos '' docker                                                                                                                              0.6s
 => [ 4/29] RUN adduser docker sudo                                                                                                                                                        0.4s
 => [ 5/29] RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers                                                                                                                        0.5s
 => [ 6/29] RUN sudo apt update  && sudo apt install -y curl git xz-utils curl                                                                                                            10.0s
 => [ 7/29] RUN sudo mkdir /app                                                                                                                                                            0.2s
 => [ 8/29] RUN sudo chown -R docker:docker /app                                                                                                                                           0.4s
 => [ 9/29] RUN sudo mkdir -p /usr/share/man/man1                                                                                                                                          0.5s
 => [10/29] RUN sudo apt install -y openjdk-11-jre-headless                                                                                                                               19.8s
 => [11/29] RUN sudo apt-get install -y gcc g++ make node-gyp                                                                                                                             28.5s
 => [12/29] RUN curl -sL https://deb.nodesource.com/setup_20.x 565 | sudo -E bash -                                                                                                      133.2s
 => [13/29] RUN sudo apt-get install -y nodejs                                                                                                                                            17.0s
 => [14/29] RUN sudo npm install -g firebase-tools                                                                                                                                        31.6s
 => ERROR [15/29] RUN curl -sSL https://sdk.cloud.google.com > /tmp/gcl && bash /tmp/gcl --install-dir=/root/gcloud --disable-prompts                                                      5.1s
------
 > [15/29] RUN curl -sSL https://sdk.cloud.google.com > /tmp/gcl && bash /tmp/gcl --install-dir=/root/gcloud --disable-prompts:
0.536 Downloading Google Cloud SDK install script: https://dl.google.com/dl/cloudsdk/channels/rapid/install_google_cloud_sdk.bash
######################################################################## 100.0%
0.689 Running install script from: /tmp/tmp.IF4zHS59r0/install_google_cloud_sdk.bash
0.693 which curl
0.694 curl -# -f https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.tar.gz
######################################################################## 100.0%
4.973
4.973 mkdir -p /root/gcloud
4.975 mkdir: cannot create directory ‘/root’: Permission denied
------
Dockerfile:31
--------------------
  29 |
  30 |     # Install gcloud commmand utilities to use default login
  31 | >>> RUN curl -sSL https://sdk.cloud.google.com > /tmp/gcl && bash /tmp/gcl --install-dir=/root/gcloud --disable-prompts
  32 |
  33 |     ENV PATH $PATH:~/gcloud/google-cloud-sdk/bin
--------------------
ERROR: failed to solve: process "/bin/sh -c curl -sSL https://sdk.cloud.google.com > /tmp/gcl && bash /tmp/gcl --install-dir=/root/gcloud --disable-prompts" did not complete successfully: exit code: 1

goatlab/firebase-emulator Docker Image not available for platform linux/amd64/v3

New Docker Images have been released on goatlab/firebase-emulator. However these were only provided for the linux/arm64/v8 platform. Could you please also provide Docker Images for amd64? I depend on this Docker Image in my project and building the Image by running the Dockerfile has been unsuccessful so far.

Current behavior

Running on Manjaro Linux with amd64 architecture

~/w/o/fluent/p/d/D/Firebase master 11m 29.9s ❱ docker run goatlab/firebase-emulator:1.2
WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested
exec /usr/bin/firebase: exec format error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.