Skip to content

Commit

Permalink
Remove python 2 from cumulus-ecs-task image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkovarik committed Mar 22, 2020
1 parent dd9c11f commit f676151
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [v1.5.0]

### BREAKING CHANGES

- **CUMULUS-1629**
- Remove install of python 2 from cumulus-ecs-image.

## [v1.4.0]

### Changed
Expand Down Expand Up @@ -89,9 +96,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Added
- Initial release

[Unreleased]: https://github.com/nasa/cumulus-ecs-task/compare/v1.4.0...HEAD
[v1.4.0]: https://github.com/nasa/cumulus-ecs-task/compare/v1.3.0...1.4.0
[Unreleased]: https://github.com/nasa/cumulus-ecs-task/compare/v1.5.0...HEAD
[v1.5.0]: https://github.com/nasa/cumulus-ecs-task/compare/v1.4.0...v1.5.0
[v1.4.0]: https://github.com/nasa/cumulus-ecs-task/compare/v1.3.0...v1.4.0
[v1.3.0]: https://github.com/nasa/cumulus-ecs-task/compare/v1.2.5...v1.3.0
[v1.2.5]: https://github.com/nasa/cumulus-ecs-task/compare/v1.2.4...v1.2.5
[v1.1.2]: https://github.com/nasa/cumulus-ecs-task/compare/v1.1.2...v1.2.0
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ RUN npm install -g npm@latest

RUN apk update && \
apk add unzip && \
apk add python2 && \
rm -rf /var/cache/apk

RUN addgroup -S -g 433 service
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/cumulus-ecs-task",
"version": "1.4.0",
"version": "1.5.0",
"description": "Run lambda functions in ECS",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit f676151

Please sign in to comment.