Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion redis-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redis:8.2.2
FROM redis:8.2.3

# Copy in the custom Redis configuration
COPY redis-openvas.conf /etc/redis/redis.conf
Expand All @@ -11,4 +11,4 @@
USER redis

# Ensure socket is cleaned up before starting
CMD rm -f /run/redis/redis.sock && redis-server /etc/redis/redis.conf

Check warning on line 14 in redis-server/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and upload redis container images to ghcr.io

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/

Check warning on line 14 in redis-server/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and upload redis container images

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/

Check warning on line 14 in redis-server/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push Redis Server to Greenbone Registry / build-amd64

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
Loading