UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
Bitnami
redis
Commits
02b1598f
Commit
02b1598f
authored
Apr 28, 2021
by
Vickie Shen
Browse files
upgrade to 6.2.2
parent
1fe7bc81
Pipeline
#237060
failed with stages
in 6 minutes and 14 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
607 deletions
+13
-607
Dockerfile
Dockerfile
+2
-1
README.md
README.md
+6
-601
hardening_manifest.yaml
hardening_manifest.yaml
+5
-5
No files found.
Dockerfile
View file @
02b1598f
...
...
@@ -50,7 +50,8 @@ WORKDIR ${REDIS_HOME}
EXPOSE
6379
HEALTHCHECK
NONE
HEALTHCHECK
--start-period=3s --timeout=5s --interval=3s --retries=3 \
CMD curl -fs http://localhost:6379 || exit 1
ENTRYPOINT
[ "/opt/bitnami/scripts/redis/entrypoint.sh" ]
CMD
[ "/opt/bitnami/scripts/redis/run.sh" ]
README.md
View file @
02b1598f
This diff is collapsed.
Click to expand it.
hardening_manifest.yaml
View file @
02b1598f
...
...
@@ -8,7 +8,7 @@ name: "bitnami/redis"
# The most specific version should be the first tag and will be shown
# on ironbank.dso.mil
tags
:
-
"
6.
0.10
"
-
"
6.
2.2
"
# Build args passed to Dockerfile ARGs
args
:
...
...
@@ -23,10 +23,10 @@ labels:
## License(s) under which contained software is distributed
org.opencontainers.image.licenses
:
"
Apache-2.0"
## URL to find more information on the image
org.opencontainers.image.url
:
"
https://
bitnami.com/stack/redis/container
s"
org.opencontainers.image.url
:
"
https://
github.com/bitnami/bitnami-docker-redi
s"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
Bitnami"
org.opencontainers.image.version
:
"
6.
0.10
"
org.opencontainers.image.version
:
"
6.
2.2
"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
dataflow,streaming"
## This value can be "opensource" or "commercial"
...
...
@@ -36,8 +36,8 @@ labels:
# List of resources to make available to the offline build context
resources
:
-
tag
:
bitnami/redis:6.
0.10
url
:
docker://docker.io/bitnami/redis@sha256:
d01c11dba2e3d76a330092743b8c93ae7e91e1b2f932806a06f76dd2bc9bb2ef
-
tag
:
bitnami/redis:6.
2.2
url
:
docker://docker.io/bitnami/redis@sha256:
45fa1b8fa8579a2cd8edebbbe66ba87e91ab48804750b572208db7611975e240
# List of project maintainers
maintainers
:
...
...
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