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
cc4e58f7
Unverified
Commit
cc4e58f7
authored
2 months ago
by
Brandon Pfeifer
Committed by
GitHub
2 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #796 from influxdata/tjh/three-zero-two
chore: update core and enterprise to 3.0.2
parents
2723a0f5
a956adaa
Loading
Loading
No related merge requests found
Changes
2
Show 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 @
cc4e58f7
...
@@ -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 @
cc4e58f7
...
@@ -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