Giter Club home page Giter Club logo

dockerfiles's Introduction

Hi


I'm Daichi Furiya, a Google Developers Expert for Android ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป aspiring to become an Expert in the field of Mobile development. Iโ€™m also an Open-Source enthusiast with all of my projects open-sourced on Github.

coding User Image

  • ๐Ÿ—ผ Living in Tokyo, Japan

  • ๐Ÿ‘จโ€๐Ÿ’ป Currently Working at CyberAgent and NowDo

  • ๐Ÿ‘ Dogs and Gaming ๐Ÿถ ๐ŸŽฎ

  • โœˆ๏ธ Open to Remote Job Opportunities ๐Ÿป


๐Ÿ“ˆ GitHub Stats

Wasabeef's github stats Top Langs

โ™ก Top Sponsors

dockerfiles's People

Contributors

wasabeef avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dockerfiles's Issues

Unable to build android image

Hi,
I am trying to build your android image on my Raspberry Pi. I am getting the following error:

Sending build context to Docker daemon 6.144 kB
Step 1/31 : FROM centos
latest: Pulling from library/centos
45a2e645736c: Pull complete
Digest: sha256:c577af3197aacedf79c5a204cd7f493c8e07ffbce7f88f7600bf19c688c38799
Status: Downloaded newer image for centos:latest
---> 67591570dd29
Step 2/31 : MAINTAINER wasabeef [email protected]
---> Running in 14c279a45497
---> 6b0dde3b0a8d
Removing intermediate container 14c279a45497
Step 3/31 : RUN yum -y groupinstall "Development Tools"
---> Running in 96bd2c4aa487
standard_init_linux.go:178: exec user process caused "exec format error"

Please advise,
Igor

Android Docker registry having some issues

Hi, trying to build camlistore.org camput.arm?
I'm very new to this and need your goodies.
Thanks for help.

bash-3.2$ make env
docker build -t camlistore/android devenv
Sending build context to Docker daemon 3.072 kB
Sending build context to Docker daemon
Step 0 : FROM wasabeef/android
Pulling repository wasabeef/android
e688e6c18784: Error pulling image (latest) from wasabeef/android, Untar gzip: invalid header
539c0211cd76: Error downloading dependent layers
INFO[0236] Error pulling image (latest) from wasabeef/android, Untar gzip: invalid header
make: *** [env] Error 1

--//--

fyi

dockerfile

Build environment in which to build the Camlistore Android app.

This extends the Dockerfile from https://index.docker.io/u/wasabeef/android/

FROM wasabeef/android
MAINTAINER bradfitz [email protected]

Found these from: android list sdk -u -e

RUN android list sdk -u -e | grep build-tools- | perl -npe 's/.+"(.+)"/$1/' > /tmp/build-tools-version
RUN perl -e 'die "No Android build tools version found." unless -s "/tmp/build-tools-version"'
RUN echo y | android update sdk -u -t $(cat /tmp/build-tools-version)
RUN echo y | android update sdk -u -t android-17

Don't need mercurial yet, since we're just using the archive URL to fetch Go.

But it's possible we may want to switch to using hg, in which case:

RUN yum -y install mercurial

Update the GOVERS to depend on a new version of Go.

The 073fc578434b version is Go 1.3.1 (2014-02-21),

to satisfy the dependency for Go 1.3 in the Docker build of

camput.

ENV GOVERS 073fc578434b

RUN cd /usr/local && curl -O http://go.googlecode.com/archive/$GOVERS.zip
RUN cd /usr/local && unzip -q $GOVERS.zip
RUN cd /usr/local && mv go-$GOVERS go
RUN chmod 0755 /usr/local/go/src/make.bash
RUN echo $GOVERS > /usr/local/go/VERSION
RUN GOROOT=/usr/local/go GOARCH=arm bash -c "cd /usr/local/go/src && ./make.bash"

ENV ANDROID_HOME /usr/local/android-sdk-linux
ENV ANT_HOME /usr/local/apache-ant-1.9.2
ENV PATH $PATH:$ANDROID_HOME/tools
ENV PATH $PATH:$ANDROID_HOME/platform-tools
ENV PATH $PATH:$ANT_HOME/bin
ENV IN_DOCKER 1

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.