Code Monkey home page Code Monkey logo

docker-ionic's Introduction

Hi! I am Marco πŸ‘‹

  • πŸ”­ I’m currently working on the topics of web development and conversational interfaces.
  • 🌱 I’m currently learning Vue.js and best practices in frontend development.
  • πŸ˜„ I like challenging, varying tasks, team cohesion as well as flexible working hours and locations

docker-ionic's People

Contributors

marcomaisel avatar phoscur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-ionic's Issues

build error

hi !
Thanks for your work.

When i try to build the image, i've this error :
The following packages have unmet dependencies: lib32stdc++6 : Depends: lib32gcc-s1 (>= 10.2.0-11) but it is not going to be installed qemu-kvm : Depends: qemu-system-x86 [91mE: Unable to correct problems, you have held broken packages.

during the step : # System libs for android enviroment

Please update to android sdk version 28

Google Api Error: apkNotificationMessageKeyTargetSdkVersionTooLow: Your app currently targets API level 27 and must target at least API level 28. - Your app currently targets API level 27 and must target at least API level 28.

^ was able to fix this in project upgrading the cordova-android package to v.8.1.0.

Also gradle 4.10.3 will go and update(?) itself every run downloading gradle-4.1-all, updating the base image might increase build speeds.

gradle not available(?)

I noticed when using this and actually also with other images, which I tried to use as a base in gitlab ci, gradle is not available and gradle -v fails
So I'm installing it again in my before_script:

 before_script:
    - echo y | ${ANDROID_HOME}/tools/bin/sdkmanager "build-tools;26.0.2" "platforms;android-26" "platform-tools"
    #- gradle -v for some reason gradle is not installed
    - wget https://services.gradle.org/distributions/gradle-4.10.3-bin.zip
    - mkdir $CI_PROJECT_DIR/gradle
    - unzip -d $CI_PROJECT_DIR/gradle gradle-4.10.3-bin.zip
    - export PATH=$PATH:$CI_PROJECT_DIR/gradle/gradle-4.10.3/bin
    - cd $CI_PROJECT_DIR

Same for sdkmanager, should that one also be available?
Any ideas?

Please update to android sdk version 26

When building with this, licenses for the new sdk version are not accepted.
Change dockerfile L70 to
RUN yes Y | ${ANDROID_HOME}/tools/bin/sdkmanager "build-tools;26.0.2" "platforms;android-26" "platform-tools"

Cannot use docker image for ionic 3 android build

Hi,

i want to use your docker image for ionic 3 android build.
However i get an error with leveldown:
../src/batch.cc:110:3: note: in expansion of macro β€˜LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^ leveldown.target.mk:119: recipe for target 'Release/obj.target/leveldown/src/batch.o' failed make: *** [Release/obj.target/leveldown/src/batch.o] Error 1 make: Leaving directory '/builds/nickwinger/urano/node_modules/leveldown/build' prebuild ERR! build error prebuild ERR! stack Error:makefailed with exit code: 2 prebuild ERR! stack at ChildProcess.onExit (/builds/nickwinger/urano/node_modules/node-gyp/lib/build.js:262:23) prebuild ERR! stack at ChildProcess.emit (events.js:182:13) prebuild ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12) prebuild ERR! not ok prebuild ERR! build Error:makefailed with exit code: 2 prebuild ERR! build at ChildProcess.onExit (/builds/nickwinger/urano/node_modules/node-gyp/lib/build.js:262:23) prebuild ERR! build at ChildProcess.emit (events.js:182:13) prebuild ERR! build at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
Do you have any ideas what the problem could be ?
Do you have a sample gitlab yaml where you build your Ionic 3 App ?

Of course the build works on my local pc.

Cheers,
Nick

Update Ruby

Gem::InstallError: signet requires Ruby version >= 2.4.0.
An error occurred while installing signet (0.12.0), and Bundler cannot continue.
Make sure that `gem install signet -v '0.12.0'` succeeds before bundling.

In Gemfile:
  fastlane was resolved to 2.136.0, which depends on
    google-cloud-storage was resolved to 1.16.0, which depends on
      google-api-client was resolved to 0.23.9, which depends on
        googleauth was resolved to 0.6.7, which depends on
          signet

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.