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
38825b09
Commit
38825b09
authored
2 months ago
by
Jakub Bednar
Browse files
Options
Downloads
Patches
Plain Diff
chore: release Chronograf 1.10.7
parent
451b8a66
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
chronograf/1.10/Dockerfile
+1
-1
1 addition, 1 deletion
chronograf/1.10/Dockerfile
chronograf/1.10/alpine/Dockerfile
+1
-1
1 addition, 1 deletion
chronograf/1.10/alpine/Dockerfile
with
2 additions
and
2 deletions
chronograf/1.10/Dockerfile
+
1
−
1
View file @
38825b09
...
@@ -11,7 +11,7 @@ RUN set -ex && \
...
@@ -11,7 +11,7 @@ RUN set -ex && \
gpg
--keyserver
hkp://keyserver.ubuntu.com
--recv-keys
"
$key
"
;
\
gpg
--keyserver
hkp://keyserver.ubuntu.com
--recv-keys
"
$key
"
;
\
done
done
ENV
CHRONOGRAF_VERSION 1.10.
6
ENV
CHRONOGRAF_VERSION 1.10.
7
RUN
ARCH
=
&&
dpkgArch
=
"
$(
dpkg
--print-architecture
)
"
&&
\
RUN
ARCH
=
&&
dpkgArch
=
"
$(
dpkg
--print-architecture
)
"
&&
\
case
"
${
dpkgArch
##*-
}
"
in
\
case
"
${
dpkgArch
##*-
}
"
in
\
amd64
)
ARCH
=
'amd64'
;;
\
amd64
)
ARCH
=
'amd64'
;;
\
...
...
This diff is collapsed.
Click to expand it.
chronograf/1.10/alpine/Dockerfile
+
1
−
1
View file @
38825b09
...
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
...
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN
apk add
--no-cache
ca-certificates su-exec
&&
\
RUN
apk add
--no-cache
ca-certificates su-exec
&&
\
update-ca-certificates
update-ca-certificates
ENV
CHRONOGRAF_VERSION 1.10.
6
ENV
CHRONOGRAF_VERSION 1.10.
7
RUN
set
-ex
&&
\
RUN
set
-ex
&&
\
mkdir
~/.gnupg
;
\
mkdir
~/.gnupg
;
\
...
...
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