Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Sep 5, 2018
1 parent 01f39cb commit 849a5d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Release 11 (2018-09-05)
-----------------------
Add Iglu Server 0.4.0 image (#74)

Release 10 (2018-08-31)
----------------------
-----------------------
Fix entrypoint script on piinguin for new base image (#86)
Fix README files to include gosu (#88)
Fix CHANGELOG year in last three releases (#90)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker pull snowplow-docker-registry.bintray.io/snowplow/elasticsearch-loader:0.
docker pull snowplow-docker-registry.bintray.io/snowplow/s3-loader:0.6.0

# Iglu Server image
docker pull snowplow-docker-registry.bintray.io/snowplow/iglu-server:0.3.0
docker pull snowplow-docker-registry.bintray.io/snowplow/iglu-server:0.4.0

# Piinguin Server image
docker pull snowplow-docker-registry.bintray.io/snowplow/piinguin-server:0.1.1
Expand Down Expand Up @@ -62,7 +62,7 @@ docker build -t snowplow/elasticsearch-loader:0.10.2 elasticsearch-loader/0.10.2
docker build -t snowplow/s3-loader:0.6.0 s3-loader/0.6.0

# Iglu Server image
docker build -t snowplow/iglu-server:0.3.0 iglu-server/0.3.0
docker build -t snowplow/iglu-server:0.4.0 iglu-server/0.4.0

# Piinguin Server image
docker build -t snowplow/piinguin-server:0.1.1 piinguin-server/0.1.1
Expand Down Expand Up @@ -116,8 +116,8 @@ docker run \
# Iglu Server
docker run \
-v ${PWD}/iglu-server-config:/snowplow/config \
snowplow/iglu-server:0.3.0 \ # if you have built the image
# snowplow-docker-registry.bintray.io/snowplow/iglu-server:0.3.0 if you have pulled the image
snowplow/iglu-server:0.4.0 \ # if you have built the image
# snowplow-docker-registry.bintray.io/snowplow/iglu-server:0.4.0 if you have pulled the image
--config /snowplow/config/application.conf
```

Expand Down

0 comments on commit 849a5d0

Please sign in to comment.