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)
- Host: GitHub
- URL: https://github.com/ventx/docker-nexus-aws-backup
- Owner: ventx
- Created: 2019-11-13T09:37:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T10:01:51.000Z (over 6 years ago)
- Last Synced: 2025-06-27T15:06:19.801Z (12 months ago)
- Topics: alpine, aws-s3, docker, dockerfile, nexus, nexus-oss, nexus-repository-manager
- Language: Shell
- Homepage: https://hub.docker.com/r/ventx/nexus-aws-backup
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`