Coder Social home page Coder Social logo

jvs's People

Contributors

7aitsev avatar

Watchers

 avatar  avatar

jvs's Issues

Binary file in a git

Every time you put a binary library in a git repo, one kitten is crying somewhere.

Task2

Good job, go ahead and implement task 2.

Can't build project

$ docker build -t validation-service https://raw.githubusercontent.com/MaksimZaitsev/jvs/master/Dockerfile && docker run -t --rm -p 80:80 validation-service
Downloading build context from remote url: https://raw.githubusercontent.com/MaksimZaitsev/jvs/master/Dockerfile    400 B
Downloading build context from remote url: https://raw.githubusercontent.com/MaksimZaitsev/jvs/master/Dockerfile    400 B
Sending build context to Docker daemon 2.048 kB
Step 1/10 : FROM openjdk:8u131-jdk-alpine
8u131-jdk-alpine: Pulling from library/openjdk
1160f4abea84: Pull complete 
b1b3e089ad5b: Pull complete 
4220f7d94f04: Pull complete 
Digest: sha256:01655aeb8f29002d40e75d25144d0b61b6e455f9d6469b4016eb56c5f43dbb99
Status: Downloaded newer image for openjdk:8u131-jdk-alpine
 ---> a99736768b96
Step 2/10 : MAINTAINER Maxim Zaitsev
 ---> Running in ee218fac6481
 ---> 4d7908d3134c
Removing intermediate container ee218fac6481
Step 3/10 : RUN apk --update add git &&     rm -rf /var/lib/apt/lists/* &&     rm /var/cache/apk/* &&     mkdir /git
 ---> Running in abd407a4e013
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
(1/5) Installing libssh2 (1.8.0-r1)
(2/5) Installing libcurl (7.57.0-r0)
(3/5) Installing expat (2.2.0-r1)
(4/5) Installing pcre (8.41-r0)
(5/5) Installing git (2.13.5-r0)
Executing busybox-1.26.2-r9.trigger
OK: 119 MiB in 56 packages
 ---> aef18d691971
Removing intermediate container abd407a4e013
Step 4/10 : WORKDIR /git
 ---> 7d2a68bd146b
Removing intermediate container d53963195a11
Step 5/10 : ENV PATH $PATH:/usr/local/bin/
 ---> Running in 368ba11425e0
 ---> 5d7de0a75a24
Removing intermediate container 368ba11425e0
Step 6/10 : COPY docker-entrypoint.sh /usr/local/bin/
lstat docker-entrypoint.sh: no such file or directory

Wrong resource name

$ curl -s --data-binary @bad.json http://localhost
{
  "errorCode": 1,
  "errorMessage": "Unterminated array",
  "errorPlace": "at line 59 column 28 path $.web-app.servlet[4]",
  "resource": "json",
  "requestId": 2
}

Resource should be bad.json

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.