Giter Site home page Giter Site logo

Docker container about jhipster-registry HOT 15 CLOSED

jhipster avatar jhipster commented on August 31, 2024
Docker container

from jhipster-registry.

Comments (15)

PierreBesson avatar PierreBesson commented on August 31, 2024

I think that this is what we need. Just waiting for @jdubois to confirm.

from jhipster-registry.

jdubois avatar jdubois commented on August 31, 2024

Hi @pascalgrimaud yes this is what we need, great!
BTW, shouldn't we move to Alpine Linux, it looks like it's what everyone is migrating to, as it's very light

from jhipster-registry.

pascalgrimaud avatar pascalgrimaud commented on August 31, 2024

Of course we should !
Ok, so let's do it. I will PR as soon as it's ready => need to rework with Alpine

from jhipster-registry.

pascalgrimaud avatar pascalgrimaud commented on August 31, 2024

Just finished the Dockerfile, based on official alpine:3.3, inspired from anapsix/alpine-java
=> I always prefer using a based official image

It worked before my rebase, and after rebase, the app.jar can't start => probably #4

@PierreBesson : I have not enought time to investigate this issue. So as soon as you resolve it, ping me plz and I will PR 😄

from jhipster-registry.

PierreBesson avatar PierreBesson commented on August 31, 2024

OK, I will look into it.

from jhipster-registry.

PierreBesson avatar PierreBesson commented on August 31, 2024

@pascalgrimaud it's fixed now.

from jhipster-registry.

pascalgrimaud avatar pascalgrimaud commented on August 31, 2024

Thanks @PierreBesson !
I will do my PR tonight (I can't during day work...)

from jhipster-registry.

pascalgrimaud avatar pascalgrimaud commented on August 31, 2024

The image is online on Docker Hub : jhipster/jhipster-registry
Not sure it's totally automated ; need probably to do the same webhook

from jhipster-registry.

jdubois avatar jdubois commented on August 31, 2024

Well, there is a new image that was automatically created, do I need to do something else?

from jhipster-registry.

pascalgrimaud avatar pascalgrimaud commented on August 31, 2024

Yes @jdubois, probably same thing with generator-jhipster : add the trigger token/url from Docker Hub to Github>Settings>Webhooks & Services>Add Webhooks

from jhipster-registry.

jdubois avatar jdubois commented on August 31, 2024

OK, I just did it and it triggered a build

from jhipster-registry.

pascalgrimaud avatar pascalgrimaud commented on August 31, 2024

Perfect ! Thanks Julien

from jhipster-registry.

kozla13 avatar kozla13 commented on August 31, 2024

i run
docker run -d -p 8761:8761 --restart=always jhipster/jhipster-registry:latest
but cant login:
Failed to sign in! Please check your credentials and try again.

from jhipster-registry.

PierreBesson avatar PierreBesson commented on August 31, 2024

@kozla13 Please correctly read the documentation.

from jhipster-registry.

pascalgrimaud avatar pascalgrimaud commented on August 31, 2024

@kozla13 :

  1. look at your Docker logs, you should see this message:
----------------------------------------------------------
2017-12-31 21:59:28.713 ERROR 7 --- [           main] i.g.j.registry.JHipsterRegistryApp       : 
----------------------------------------------------------
Your JWT secret key is not set up, you will not be able to log into the JHipster.
Please read the documentation at http://www.jhipster.tech/jhipster-registry/
----------------------------------------------------------
  1. use this, instead: docker run -d -p 8761:8761 -e JHIPSTER_SECURITY_AUTHENTICATION_JWT_SECRET=toto --restart=always jhipster/jhipster-registry:latest

from jhipster-registry.

Related Issues (20)

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.