mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Otherwise, small renames like 'hudson-war-2.2.1.war' to 'hudson.war', would cause syft to incorrectly catolog the archive. Signed-off-by: Will Murphy <will.murphy@anchore.com>
8 lines
162 B
Docker
8 lines
162 B
Docker
FROM alpine:latest
|
|
|
|
RUN wget https://repo1.maven.org/maven2/org/jvnet/hudson/main/hudson-war/2.2.1/hudson-war-2.2.1.war
|
|
|
|
RUN mv hudson-war-2.2.1.war hudson.war
|
|
|
|
|