Commit c29634b8 authored by iamabhishek-dubey's avatar iamabhishek-dubey

Updated code

parents 60ee893f d932e246
......@@ -21,8 +21,6 @@ LABEL VERSION=1.0 \
COPY --from=builder /etc/ssl/certs /etc/ssl/certs
COPY --from=builder /tmp/redis_exporter/redis_exporter /usr/local/bin/redis_exporter
USER non-root
EXPOSE 9121
ENTRYPOINT ["/usr/local/bin/redis_exporter"]
......@@ -2,6 +2,6 @@ image_name='redisexporter'
image_registry='opstree'
image_version='v1'
Dockerfile='Dockerfile.exporter'
registry_credential_id = dev_docker
registry_credential_id= dev_docker
image_repo_url=
slack_channel='docker'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment