From 90c9db22c01fa155be4c72b526f8e9722898c2e8 Mon Sep 17 00:00:00 2001 From: architmallik7 Date: Wed, 12 Feb 2025 17:11:57 +0530 Subject: [PATCH] feat: [CI-16240]: Removed old dockerfile --- Dockerfile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 92ae5df..0000000 --- a/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM sonatype/nexus-platform-cli:0.0.20190220-163049.9ebe2a7 - -ENV SONATYPE_DIR=/opt/sonatype - -COPY NexusPublisher.groovy ${SONATYPE_DIR}/bin/ - -CMD ["sh", "-c", "groovy ${SONATYPE_DIR}/bin/NexusPublisher.groovy --username ${PLUGIN_USERNAME} --password ${PLUGIN_PASSWORD} \ - --serverurl=${PLUGIN_SERVER_URL} --filename=${PLUGIN_FILENAME} --format=${PLUGIN_FORMAT} --repository=${PLUGIN_REPOSITORY} ${PLUGIN_ATTRIBUTES}"]