good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
57ab1473
Commit
57ab1473
authored
Oct 26, 2015
by
Vincent G
Browse files
Options
Downloads
Patches
Plain Diff
update Dockerfile, remove supervisord and unattended-upgrades
parent
3b4ffacd
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
docker/Dockerfile
+2
-12
2 additions, 12 deletions
docker/Dockerfile
docker/supervisord.conf
+0
-23
0 additions, 23 deletions
docker/supervisord.conf
with
2 additions
and
35 deletions
docker/Dockerfile
+
2
−
12
View file @
57ab1473
FROM
ubuntu:
utopic
FROM
ubuntu:
wily
MAINTAINER
caktux
MAINTAINER
caktux
ENV
DEBIAN_FRONTEND noninteractive
ENV
DEBIAN_FRONTEND noninteractive
...
@@ -8,9 +8,6 @@ RUN apt-get update
...
@@ -8,9 +8,6 @@ RUN apt-get update
RUN
apt-get upgrade
-q
-y
RUN
apt-get upgrade
-q
-y
RUN
apt-get dist-upgrade
-q
-y
RUN
apt-get dist-upgrade
-q
-y
# Let our containers upgrade themselves
RUN
apt-get
install
-q
-y
unattended-upgrades
# Install Ethereum
# Install Ethereum
RUN
apt-get
install
-q
-y
software-properties-common
RUN
apt-get
install
-q
-y
software-properties-common
RUN
add-apt-repository ppa:ethereum/ethereum
RUN
add-apt-repository ppa:ethereum/ethereum
...
@@ -18,14 +15,7 @@ RUN add-apt-repository ppa:ethereum/ethereum-dev
...
@@ -18,14 +15,7 @@ RUN add-apt-repository ppa:ethereum/ethereum-dev
RUN
apt-get update
RUN
apt-get update
RUN
apt-get
install
-q
-y
geth
RUN
apt-get
install
-q
-y
geth
# Install supervisor
RUN
apt-get
install
-q
-y
supervisor
# Add supervisor configs
ADD
supervisord.conf supervisord.conf
EXPOSE
8545
EXPOSE
8545
EXPOSE
30303
EXPOSE
30303
CMD
["-n", "-c", "/supervisord.conf"]
ENTRYPOINT
["/usr/bin/geth"]
ENTRYPOINT
["/usr/bin/supervisord"]
This diff is collapsed.
Click to expand it.
docker/supervisord.conf
deleted
100644 → 0
+
0
−
23
View file @
3b4ffacd
[
supervisord
]
nodaemon
=
false
[
program
:
geth
]
priority
=
30
directory
=/
command
=
geth
--
rpc
user
=
root
autostart
=
true
autorestart
=
true
startsecs
=
10
stopsignal
=
QUIT
stdout_logfile
=/
var
/
log
/
geth
.
log
stderr_logfile
=/
var
/
log
/
geth
.
err
[
unix_http_server
]
file
=%(
here
)
s
/
supervisor
.
sock
[
supervisorctl
]
serverurl
=
unix
://%(
here
)
s
/
supervisor
.
sock
[
rpcinterface
:
supervisor
]
supervisor
.
rpcinterface_factory
=
supervisor
.
rpcinterface
:
make_main_rpcinterface
\ 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