UNCLASSIFIED

Commit 6c0c3481 authored by Elvis Chi's avatar Elvis Chi 💬
Browse files

Merge branch 'update-patch' into 'development'

Update patch

See merge request !17
parents e014215c b619cc6d
Pipeline #428611 passed with stages
in 5 minutes and 29 seconds
...@@ -8,7 +8,7 @@ USER root ...@@ -8,7 +8,7 @@ USER root
COPY *.rpm ./ COPY *.rpm ./
RUN rpm -i ./cppcheck-2.3-1.el7.x86_64.rpm && \ RUN rpm -i ./cppcheck-2.5-1.el7.x86_64.rpm && \
rm -rf *.rpm rm -rf *.rpm
USER daemon USER daemon
......
...@@ -5,7 +5,7 @@ apiVersion: v1 ...@@ -5,7 +5,7 @@ apiVersion: v1
name: "opensource/cppcheck/cppcheck" name: "opensource/cppcheck/cppcheck"
tags: tags:
- "2.3.1" - "2.5.1"
- "latest" - "latest"
args: args:
...@@ -22,7 +22,7 @@ labels: ...@@ -22,7 +22,7 @@ labels:
org.opencontainers.image.url: "http://uec-images.ubuntu.com/minimal/releases/" org.opencontainers.image.url: "http://uec-images.ubuntu.com/minimal/releases/"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Fedora Project" org.opencontainers.image.vendor: "Fedora Project"
org.opencontainers.image.version: "2.3.1" org.opencontainers.image.version: "2.5.1"
## Keywords to help with search ## Keywords to help with search
mil.dso.ironbank.image.keywords: "cppcheck" mil.dso.ironbank.image.keywords: "cppcheck"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -32,11 +32,11 @@ labels: ...@@ -32,11 +32,11 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- filename: cppcheck-2.3-1.el7.x86_64.rpm - filename: cppcheck-2.5-1.el7.x86_64.rpm
url: https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/c/cppcheck-2.3-1.el7.x86_64.rpm url: https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/c/cppcheck-2.5-1.el7.x86_64.rpm
validation: validation:
type: sha256 type: sha256
value: 2dc02d638988e7341722a6939373f5124c34e9cc3987a7a3de452163b89d116b value: 2d7a593327d957bd2d6411152aee28e62c7aedd4fab7b5e603f4c0914aeae5db
maintainers: maintainers:
- email: "michael.doran@lmco.com" - email: "michael.doran@lmco.com"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment