Skip to content

Commit

Permalink
Release version 2.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebro committed Apr 24, 2018
1 parent 849e81b commit 2d1302d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased
## 2.8.0 (2018-04-24)

We do best effort to support docker versions 1.12.0 - 17.12.1 with this release.

### Features
- Added new microservice_flask base image
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN /opt/armada-docker/armada_backend/scripts/setup_ssh.sh
RUN ln -s /opt/armada-docker/microservice_templates /opt/templates
RUN ln -s /opt/armada-docker/packaging/bin/armada /usr/local/bin/armada

ENV ARMADA_VERSION 2.7.1
ENV ARMADA_VERSION 2.8.0
RUN echo __version__ = \"armada ${ARMADA_VERSION}\" > /opt/armada-docker/armada_command/_version.py

ENV PYTHONPATH /opt/armada-docker:$PYTHONPATH
Expand Down
2 changes: 1 addition & 1 deletion docker-containers/microservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV LANG='C.UTF-8' LC_ALL='C.UTF-8'
ENV DISTRIB_CODENAME=xenial DISTRIB_RELEASE=16.04
ENV CONFIG_DIR config

ENV MICROSERVICE_VERSION 2.7.1
ENV MICROSERVICE_VERSION 2.8.0

RUN apt-get update
RUN apt-get upgrade -y
Expand Down

0 comments on commit 2d1302d

Please sign in to comment.