-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preparing for v3 release with automated releases
- Loading branch information
Showing
5 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [Unreleased][unreleased] | ||
### Fixed | ||
|
||
### Added | ||
|
||
### Removed | ||
|
||
### Changed | ||
|
||
## [v3] - 2015-02-16 | ||
### Added | ||
- package: openjdk-7-jdk | ||
- PR driven automated releases | ||
- changelog | ||
|
||
### Changed | ||
- switched ADD to COPY in Dockerfile | ||
|
||
[unreleased]: https://github.com/progrium/cedarish/compare/v3...HEAD | ||
[v3]: https://github.com/progrium/cedarish/compare/v2...v3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
FROM ubuntu-debootstrap:14.04 | ||
MAINTAINER Jeff Lindsay <[email protected]> | ||
|
||
ADD ./cedar-14.sh /tmp/build.sh | ||
COPY ./cedar-14.sh /tmp/build.sh | ||
RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive /tmp/build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,4 +37,4 @@ clean: | |
docker rmi cedar14-build 2> /dev/null || true | ||
rm -rf build | ||
|
||
.PHONY: build update clean | ||
.PHONY: build |