Skip to content

Commit

Permalink
Remove: Stable tags where they are not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Aug 29, 2024
1 parent 18d2766 commit 86d9a59
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/_static/docker-compose-22.4.yml
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
services:
vulnerability-tests:
image: registry.community.greenbone.net/community/vulnerability-tests:stable
image: registry.community.greenbone.net/community/vulnerability-tests
environment:
STORAGE_PATH: /var/lib/openvas/22.04/vt-data/nasl
volumes:
- vt_data_vol:/mnt

notus-data:
image: registry.community.greenbone.net/community/notus-data:stable
image: registry.community.greenbone.net/community/notus-data
volumes:
- notus_data_vol:/mnt

scap-data:
image: registry.community.greenbone.net/community/scap-data:stable
image: registry.community.greenbone.net/community/scap-data
volumes:
- scap_data_vol:/mnt

cert-bund-data:
image: registry.community.greenbone.net/community/cert-bund-data:stable
image: registry.community.greenbone.net/community/cert-bund-data
volumes:
- cert_data_vol:/mnt

dfn-cert-data:
image: registry.community.greenbone.net/community/dfn-cert-data:stable
image: registry.community.greenbone.net/community/dfn-cert-data
volumes:
- cert_data_vol:/mnt
depends_on:
- cert-bund-data

data-objects:
image: registry.community.greenbone.net/community/data-objects:stable
image: registry.community.greenbone.net/community/data-objects
volumes:
- data_objects_vol:/mnt

report-formats:
image: registry.community.greenbone.net/community/report-formats:stable
image: registry.community.greenbone.net/community/report-formats
volumes:
- data_objects_vol:/mnt
depends_on:
- data-objects

gpg-data:
image: registry.community.greenbone.net/community/gpg-data:stable
image: registry.community.greenbone.net/community/gpg-data
volumes:
- gpg_data_vol:/mnt

redis-server:
image: registry.community.greenbone.net/community/redis-server:stable
image: registry.community.greenbone.net/community/redis-server
restart: on-failure
volumes:
- redis_socket_vol:/run/redis/
Expand Down Expand Up @@ -199,7 +199,7 @@ services:
condition: service_completed_successfully

gvm-tools:
image: registry.community.greenbone.net/community/gvm-tools:stable
image: registry.community.greenbone.net/community/gvm-tools
volumes:
- gvmd_socket_vol:/run/gvmd
- ospd_openvas_socket_vol:/run/ospd
Expand Down

0 comments on commit 86d9a59

Please sign in to comment.