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
59f78231
Commit
59f78231
authored
Mar 17, 2020
by
iamabhishek-dubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated shebang
parent
7262250b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
entrypoint.sh
entrypoint.sh
+1
-1
No files found.
Dockerfile
View file @
59f78231
...
@@ -11,7 +11,7 @@ ARG REDIS_DOWNLOAD_URL="http://download.redis.io/"
...
@@ -11,7 +11,7 @@ ARG REDIS_DOWNLOAD_URL="http://download.redis.io/"
ARG
REDIS_VERSION="stable"
ARG
REDIS_VERSION="stable"
RUN
addgroup
-S
-g
1000 redis
&&
adduser
-S
-G
redis
-u
999 redis
&&
\
RUN
addgroup
-S
-g
1000 redis
&&
adduser
-S
-G
redis
-u
999 redis
&&
\
apk add
--no-cache
su-exec tzdata make curl build-base linux-headers
apk add
--no-cache
su-exec tzdata make curl build-base linux-headers
bash
RUN
curl
-fL
-Lo
/tmp/redis-
${
REDIS_VERSION
}
.tar.gz
${
REDIS_DOWNLOAD_URL
}
/redis-
${
REDIS_VERSION
}
.tar.gz
&&
\
RUN
curl
-fL
-Lo
/tmp/redis-
${
REDIS_VERSION
}
.tar.gz
${
REDIS_DOWNLOAD_URL
}
/redis-
${
REDIS_VERSION
}
.tar.gz
&&
\
cd
/tmp
&&
\
cd
/tmp
&&
\
...
...
entrypoint.sh
View file @
59f78231
#!/bin/sh
#!/bin/
ba
sh
set
-eu
set
-eu
...
...
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