Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM clojure:lein-2.6.1-alpine

MAINTAINER Christian Romney "cromney@pointslope.com"
MAINTAINER Optimis Services, Inc. "ops@optimiscorp.com"

ENV DATOMIC_VERSION 0.9.5561
ENV DATOMIC_VERSION 0.9.5703
ENV DATOMIC_HOME /opt/datomic-pro-$DATOMIC_VERSION

RUN apk add --no-cache unzip curl
Expand Down
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.5661 / 2018-03-17
==================
Updated to Datomic version 0.9.5661

0.9.5561 / 2017-03-31
==================
Updated to Datomic version 0.9.5561
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_IMAGE=pointslope/docker-datomic-console
DOCKER_IMAGE=optimis/docker-datomic-console
DOCKER_TAG?=$(shell ./datomic-version)

.PHONY: all clean info
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ No other configuration is necessary. Simply **docker build** and

## Example Dockerfile

FROM pointslope/datomic-console:0.9.5561
FROM optimis/datomic-console:0.9.5561
MAINTAINER John Doe "[email protected]"
CMD ["dev", "datomic:dev://db:4334/"]

Expand All @@ -47,7 +47,7 @@ the Docker container.

The MIT License (MIT)

Copyright (c) 2015-2017 Point Slope, LLC.
Copyright (c) 2018-2020 Optimis Services, Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down