Skip to content

Commit

Permalink
added .github/* and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dzc34 committed Nov 26, 2016
1 parent 86c26fc commit e756b12
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Observed behaviour


## Expected behaviour


## Steps to reproduce the behaviour


## Your configuration


(by the way, thank you **very** much for contributing to Asqatasun!)
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

## Purpose of this Pull Request?


## Where should the reviewer start its review?


## How the PR could be tested?


## Any background context you want to provide?


## What are the related issues?


## Screenshots (if appropriate)


(by the way, thank you **very** much for contributing to Asqatasun!)
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

--------------------------------
Asqa.mvn 0.4.0, 2016-11-26
--------------------------------
- jdk-*/Dockerfile : reduced weight from 443 MB to 361 MB
- jdk-*/alpine/Dockerfile : reduced weight from 253 MB to 170 MB

--------------------------------
Asqa.mvn 0.3.1, 2016-11-20
--------------------------------
- updated alpine/Dockerfile : using "apk --no-cache"

--------------------------------
Asqa.mvn 0.3.0, 2016-11-20
--------------------------------
- added Asqatasun/jdk-7/alpine/Dockerfile
- added Asqatasun/jdk-7/alpine/Dockerfile

--------------------------------
Asqa.mvn 0.2.0, 2016-11-20
--------------------------------
- Dockerfile : bypass entrypoint (faster loading of the Docker container)

--------------------------------
Asqa.mvn 0.1.0, 2016-11-20
--------------------------------
- added Asqatasun/jdk-7/Dockerfile
- added Asqatasun/jdk-8/Dockerfile



0 comments on commit e756b12

Please sign in to comment.