Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
beagle-rcache-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
beagle-rcache-image
Commits
ec556995
Commit
ec556995
authored
Mar 21, 2020
by
iamabhishek-dubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed minor bug
parent
7514c2fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
ec556995
...
@@ -4,7 +4,7 @@ MAINTAINER Opstree Solutions
...
@@ -4,7 +4,7 @@ MAINTAINER Opstree Solutions
LABEL
VERSION=1.0 \
LABEL
VERSION=1.0 \
ARCH=AMD64 \
ARCH=AMD64 \
DESCRIPTION="A production grade performance tuned docker image created by Opstree Solutions"
DESCRIPTION="A production grade performance tuned
redis
docker image created by Opstree Solutions"
ARG
REDIS_DOWNLOAD_URL="http://download.redis.io/"
ARG
REDIS_DOWNLOAD_URL="http://download.redis.io/"
...
@@ -34,8 +34,8 @@ VOLUME ["/data"]
...
@@ -34,8 +34,8 @@ VOLUME ["/data"]
WORKDIR
/data
WORKDIR
/data
USER
redis
EXPOSE
6379
EXPOSE
6379
ENTRYPOINT
["/usr/bin/entrypoint.sh"]
ENTRYPOINT
["/usr/bin/entrypoint.sh"]
USER
redis
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment