Can anyone please share Docker
file or repository that creates an image on which Cloud Storage plugin is already installed? Nexus plugin to write data into Cloud Storage?
Asked
Active
Viewed 160 times
0

Sandeep Patel
- 4,815
- 3
- 21
- 37
1 Answers
0
you can pull the images using docker
docker pull gcr.io/google.com/cloudsdktool/cloud-sdk:latest
check this github repo to find more information

Methkal Khalawi
- 2,368
- 1
- 8
- 13
-
actually i want to make a contanier on which nexus along with this plugin "https://github.com/sonatype-nexus-community/nexus-blobstore-google-cloud" is installed – Asad Ullah Khan Dec 21 '19 at 09:53
-
hey @AsadUllahKhan, if you check the github repo, there is an already existed [Dockerfile](https://github.com/sonatype-nexus-community/nexus-blobstore-google-cloud/blob/master/Dockerfile). use it directly as it already contains the requested libraries. – Methkal Khalawi Dec 23 '19 at 09:02