Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
influxdata-docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
influxdata
influxdata-docker
Commits
f5e136d7
Commit
f5e136d7
authored
1 month ago
by
devanbenz
Browse files
Options
Downloads
Patches
Plain Diff
feat: Add 2.7.12 as influxdb version
* Add .idea to gitignore so it will not get committed
parent
0b65fafc
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
influxdb/2.7/Dockerfile
+1
-1
1 addition, 1 deletion
influxdb/2.7/Dockerfile
influxdb/2.7/alpine/Dockerfile
+1
-1
1 addition, 1 deletion
influxdb/2.7/alpine/Dockerfile
influxdb/test/.gitignore
+1
-0
1 addition, 0 deletions
influxdb/test/.gitignore
with
3 additions
and
2 deletions
influxdb/2.7/Dockerfile
+
1
−
1
View file @
f5e136d7
...
@@ -49,7 +49,7 @@ RUN case "$(dpkg --print-architecture)" in \
...
@@ -49,7 +49,7 @@ RUN case "$(dpkg --print-architecture)" in \
gosu nobody true
gosu nobody true
# Install the influxd server
# Install the influxd server
ENV
INFLUXDB_VERSION 2.7.1
1
ENV
INFLUXDB_VERSION 2.7.1
2
RUN case
"
$(
dpkg
--print-architecture
)
"
in
\
RUN case
"
$(
dpkg
--print-architecture
)
"
in
\
*
amd64
)
arch
=
amd64
;;
\
*
amd64
)
arch
=
amd64
;;
\
*
arm64
)
arch
=
arm64
;;
\
*
arm64
)
arch
=
arm64
;;
\
...
...
This diff is collapsed.
Click to expand it.
influxdb/2.7/alpine/Dockerfile
+
1
−
1
View file @
f5e136d7
...
@@ -31,7 +31,7 @@ RUN addgroup -S -g 1000 influxdb && \
...
@@ -31,7 +31,7 @@ RUN addgroup -S -g 1000 influxdb && \
chown
-R
influxdb:influxdb /home/influxdb
chown
-R
influxdb:influxdb /home/influxdb
# Install the infuxd server
# Install the infuxd server
ENV
INFLUXDB_VERSION 2.7.1
1
ENV
INFLUXDB_VERSION 2.7.1
2
RUN case
"
$(
apk
--print-arch
)
"
in
\
RUN case
"
$(
apk
--print-arch
)
"
in
\
x86_64
)
arch
=
amd64
;;
\
x86_64
)
arch
=
amd64
;;
\
aarch64
)
arch
=
arm64
;;
\
aarch64
)
arch
=
arm64
;;
\
...
...
This diff is collapsed.
Click to expand it.
influxdb/test/.gitignore
+
1
−
0
View file @
f5e136d7
tmp
tmp
logs
logs
.idea/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment