Skip to content

Commit

Permalink
Change greenbone/openvas-scanner to registry...
Browse files Browse the repository at this point in the history
registry.community.greenbone.net/community/openvas-scanner
  • Loading branch information
nichtsfrei committed Feb 14, 2025
1 parent cf29b79 commit b2b0b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN python3 -m pip install --upgrade --break-system-packages pip && \

RUN rm -rf dist && poetry build -f wheel

FROM greenbone/openvas-scanner:${VERSION}
FROM registry.community.greenbone.net/community/openvas-scanner:${VERSION}

ENV PYTHONDONTWRITEBYTECODE 1

Check warning on line 29 in .docker/prod.Dockerfile

View workflow job for this annotation

GitHub Actions / Production Images

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 29 in .docker/prod.Dockerfile

View workflow job for this annotation

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

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 29 in .docker/prod.Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push to Greenbone Registry / build-arm64

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV PYTHONUNBUFFERED 1

Check warning on line 30 in .docker/prod.Dockerfile

View workflow job for this annotation

GitHub Actions / Production Images

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 30 in .docker/prod.Dockerfile

View workflow job for this annotation

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

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 30 in .docker/prod.Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push to Greenbone Registry / build-arm64

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
production:
name: Production Images
runs-on: ubuntu-latest
runs-on: self-hosted-generic
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b2b0b07

Please sign in to comment.