UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elasticsearch-exporter
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iron Bank Containers
Bitnami
elasticsearch-exporter
Merge requests
!390
fixing chores
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fixing chores
aindihar
into
development
Overview
0
Commits
1
Pipelines
1
Changes
3
Merged
Alexander Indihar
requested to merge
aindihar
into
development
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
👍
0
👎
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
55841c4d
1 commit,
1 year ago
3 files
+
31
−
34
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Dockerfile
+
2
−
5
Options
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi9-minimal
ARG
BASE_TAG=9.3
FROM
bitnami/elasticsearch-exporter:1.6.0
-debian-11-r97
as
base
FROM
bitnami/elasticsearch-exporter:1.6.0
as
base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
@@ -17,11 +17,8 @@ RUN chown -R :nobody /opt/bitnami/elasticsearch-exporter
ENV
PATH="/opt/bitnami/elasticsearch-exporter/bin:$PATH"
USER
nobody
HEALTHCHECK
NONE
EXPOSE
9114
EXPOSE
9114
WORKDIR
/opt/bitnami/elasticsearch-exporter
ENTRYPOINT
[ "/opt/bitnami/elasticsearch-exporter/bin/elasticsearch_exporter" ]
Loading