Giter Site home page Giter Site logo

releaseworks / hellonode Goto Github PK

View Code? Open in Web Editor NEW
51.0 51.0 1.0K 23 KB

A Hello World HTTP server in Node, with a Dockerfile and a Jenkinsfile

Home Page: https://www.releaseworksacademy.com

JavaScript 63.96% Dockerfile 36.04%
docker jenkins nodejs

hellonode's People

Contributors

mjuuso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hellonode's Issues

Docker push

Hi, In the final stage I get this error:

`
[getintodevops-hellonode] Running shell script

  • docker push registry.hub.docker.com/getintodevops/hellonode:21
    The push refers to a repository [registry.hub.docker.com/getintodevops/hellonode]
    cba63da76181: Preparing
    6c433c4837ac: Preparing
    a6e26591f7fe: Preparing
    2895be281ac1: Preparing
    ab90d83fa34a: Preparing
    8ee318e54723: Preparing
    e6695624484e: Preparing
    da59b99bbd3b: Preparing
    5616a6292c16: Preparing
    f3ed6cb59ab0: Preparing
    654f45ecb7e3: Preparing
    2c40c66f7667: Preparing
    8ee318e54723: Waiting
    e6695624484e: Waiting
    da59b99bbd3b: Waiting
    5616a6292c16: Waiting
    f3ed6cb59ab0: Waiting
    654f45ecb7e3: Waiting
    2c40c66f7667: Waiting
    denied: requested access to the resource is denied
    script returned exit code 1
    `

How compiled jar, in case, will be added in build docker image?

I was using this code snippet for making docker container having jar file like below. but it could not find jar file.

FROM maven:3.3.9
RUN mkdir /collector
COPY target/collector-1.0-SNAPSHOT.jar /collector
COPY config /collector
WORKDIR /collector
ENTRYPOINT sh -c "java -jar /collector/collector-1.0-SNAPSHOT.jar"

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.