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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
influxdata
influxdata-docker
Commits
a956adaa
Unverified
Commit
a956adaa
authored
1 month ago
by
Trevor Hilton
Browse files
Options
Downloads
Patches
Plain Diff
chore: update core and enterprise to 3.0.2
parent
2723a0f5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
influxdb/3.0-core/Dockerfile
+1
-1
1 addition, 1 deletion
influxdb/3.0-core/Dockerfile
influxdb/3.0-enterprise/Dockerfile
+1
-1
1 addition, 1 deletion
influxdb/3.0-enterprise/Dockerfile
with
2 additions
and
2 deletions
influxdb/3.0-core/Dockerfile
+
1
−
1
View file @
a956adaa
...
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
...
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
/usr/lib/influxdb3
\
/usr/lib/influxdb3
\
/plugins
/plugins
ENV
INFLUXDB_VERSION=3.0.
1
ENV
INFLUXDB_VERSION=3.0.
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/3.0-enterprise/Dockerfile
+
1
−
1
View file @
a956adaa
...
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
...
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
/usr/lib/influxdb3
\
/usr/lib/influxdb3
\
/plugins
/plugins
ENV
INFLUXDB_VERSION=3.0.
1
ENV
INFLUXDB_VERSION=3.0.
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.
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