Git Product home page Git Product logo

quarkus-workshop's Introduction

quarkus-workshop's People

Contributors

tqvarnst avatar vorburger avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

vorburger

quarkus-workshop's Issues

RFE: Initial Maven build should be much faster

@tqvarnst discussed that, especially during Workshops, it would be cool to have the initial mvn quarkus:dev be much faster than they currently are (for me, on a Minishift on Laptop, 07:27 min).

This should be possible by caching / pre-loading ~/.m2. The https://github.com/redhat-developer/che-dockerfiles images do something like this which we may be able to leverage / build upon? I actually also did something similar over here by using dependency:go-offline dependency:resolve-plugins.

Installation fails with error: unable to read URL "https://raw.githubusercontent.com/jboss-openshift/application-templates/master/openjdk/openjdk18-image-stream.json

When I follow our README and run oc run apb ... (on Minishift, but should not be related), it fails:

<localhost> EXEC /bin/sh -c 'rm -f -r /opt/apb/.ansible/tmp/ansible-tmp-1554285839.43-94180467669963/ > /dev/null 2>&1 && sleep 0'
fatal: [localhost]: FAILED! => {
    "changed": true, 
    "cmd": "oc apply -n openshift -f https://raw.githubusercontent.com/jboss-openshift/application-templates/master/openjdk/openjdk18-image-stream.json", 
    "delta": "0:00:05.015605", 
    "end": "2019-04-03 10:04:04.673196", 
    "invocation": {
        "module_args": {
            "_raw_params": "oc apply -n openshift -f https://raw.githubusercontent.com/jboss-openshift/application-templates/master/openjdk/openjdk18-image-stream.json", 
            "_uses_shell": true, 
            "chdir": null, 
            "creates": null, 
            "executable": null, 
            "removes": null, 
            "stdin": null, 
            "warn": true
        }
    }, 
    "msg": "non-zero return code", 
    "rc": 1, 
    "start": "2019-04-03 10:03:59.657591", 
    "stderr": "error: unable to read URL \"https://raw.githubusercontent.com/jboss-openshift/application-templates/master/openjdk/openjdk18-image-stream.json\", server reported 404 Not Found, status code=404", 
    "stderr_lines": [
        "error: unable to read URL \"https://raw.githubusercontent.com/jboss-openshift/application-templates/master/openjdk/openjdk18-image-stream.json\", server reported 404 Not Found, status code=404"
    ], 
    "stdout": "", 
    "stdout_lines": []
}
PLAY RECAP *********************************************************************
localhost                  : ok=19   changed=13   unreachable=0    failed=1   

@tqvarnst I'll try to figure out how to fix this...

Add (and test) Native S2I Guide

Try https://github.com/quarkusio/quarkus/blob/master/docs/src/main/asciidoc/openshift-s2i-guide.adoc (which should appear on https://quarkus.io/guides/openshift-s2i-guide very soon..) on the Workshop Demo Cluster.

Be particularly mindful of future participants not running with a privileged admin account; the patch to increase the limit may be a a problem, and need a solution in a set up such as this.

Ultimate goal of this issue would be to create a Guide for this Native S2I.

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.