An open API service indexing awesome lists of open source software.

https://github.com/ventx/docker-nexus-aws-backup

Dockerfile for nexus-backup on AWS container (Nexus Repository Manager)
https://github.com/ventx/docker-nexus-aws-backup

alpine aws-s3 docker dockerfile nexus nexus-oss nexus-repository-manager

Last synced: about 2 months ago
JSON representation

Dockerfile for nexus-backup on AWS container (Nexus Repository Manager)

Awesome Lists containing this project

README

          

# nexus-backup-aws
Small Alpine Docker image (based on `python:3.7.0-alpine3.8`) with awscli and python3 for backing up [Nexus Repository Manager](https://www.sonatype.com/nexus-repository-oss) to an AWS S3 Bucket.

## Docker Hub

[ventx/nexus-aws-backup](https://cloud.docker.com/u/ventx/repository/docker/ventx/nexus-aws-backup)

# Docker image

* **OS:** Alpine
* **Version:** 3.8

# Installed Packages

* [ca-certificates](https://pkgs.alpinelinux.org/package/v3.8/community/x86_64/ca-certificates)
* [curl](https://pkgs.alpinelinux.org/package/v3.8/community/x86_64/curl)
* [inotify-tools](https://pkgs.alpinelinux.org/package/v3.8/community/x86_64/inotify-tools)
* [openssl](https://pkgs.alpinelinux.org/package/v3.8/community/x86_64/openssl)

# Installed Packages (pip)

* [awscli](https://pypi.org/project/awscli/) `1.16.261`