-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from jonrau1/housekeeping-2feb2024
Minor Dependabot & Dockerfile cleanup
- Loading branch information
Showing
11 changed files
with
138 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,6 @@ | |
# use as builder image to pull in required deps | ||
FROM alpine@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0 AS builder | ||
|
||
LABEL org.opencontainers.image.source="https://github.com/alpinelinux/docker-alpine" | ||
|
||
ENV PYTHONUNBUFFERED=1 | ||
|
||
COPY requirements-docker.txt /tmp/requirements-docker.txt | ||
|
@@ -48,6 +46,17 @@ FROM alpine@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd062897 | |
|
||
COPY --from=builder /usr /usr | ||
|
||
LABEL \ | ||
org.opencontainers.image.title="ElectricEye" \ | ||
org.opencontainers.image.description="ElectricEye is a multi-cloud, multi-SaaS Python CLI tool for Asset Management, Security Posture Management & Attack Surface Monitoring supporting 100s of services and evaluations to harden your CSP & SaaS environments with controls mapped to over 20 industry, regulatory, and best practice controls frameworks." \ | ||
org.opencontainers.image.version="3.0" \ | ||
org.opencontainers.image.created="2024-02-02T00:00:00Z" \ | ||
org.opencontainers.image.documentation="https://github.com/jonrau1/ElectricEye" \ | ||
org.opencontainers.image.revision="sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0" \ | ||
org.opencontainers.image.source="https://github.com/alpinelinux/docker-alpine" \ | ||
org.opencontainers.image.licenses="Apache-2.0" \ | ||
org.opencontainers.image.authors="[email protected]" | ||
|
||
# NOTE: This will copy all application files and auditors to the container | ||
# IMPORTANT: ADD YOUR TOML CONFIGURATIONS BEFORE YOU BUILD THIS! - or use docker run -v options to override | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.