diff --git a/Dockerfile b/Dockerfile index 1964c5ccadc5f743edc445b300b84278c192cd7d..643ac4b20b140861bad7d36a4b8270c9881d9abc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # Note that you will not be able to pull containers from nexus-docker-secure.levelup-dev.io into your local dev machine ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8-minimal -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 # FROM statement must reference the base image using the three ARGs established FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -12,7 +12,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ENV BUILD_ONLY_PACKAGES="tar gzip shadow-utils" RUN microdnf install $BUILD_ONLY_PACKAGES -ARG TARBALL="aquasec-scanner-5.3.21026-ubi8.tar.gz" +ARG TARBALL="aquasec-scanner-5.3.21130-ubi8.tar.gz" RUN mkdir -p /build /opt/aquascans diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 9358b55a459413ffed991db4ce70b89a2357b254..ce0e1c2ea616c085148fc2111182174c43ed5143 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -5,12 +5,12 @@ name: "aqua-security/enterprise/scanner-5.3" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - - "5.3.21026-ubi8" + - "5.3.21130-ubi8" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8-minimal" - BASE_TAG: "8.3" + BASE_TAG: "8.4" # Docker image labels labels: org.opencontainers.image.title: "scanner-5.3" @@ -22,7 +22,7 @@ labels: # org.opencontainers.image.url: "FIXME" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Aqua Security" - org.opencontainers.image.version: "5.3.21026-ubi8" + org.opencontainers.image.version: "5.3.21130-ubi8" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" ## This value can be "opensource" or "commercial" @@ -30,24 +30,24 @@ labels: ## Product the image belongs to for grouping multiple images # mil.dso.ironbank.product.name: "FIXME" - com.aquasec.builddate: "2021-01-26T09:44:48" - com.aquasec.commit: "3e586a1" + com.aquasec.builddate: "2021-05-10T06:38:36" + com.aquasec.commit: "3612a1c" com.aquasec.component: "scannercli" com.aquasec.release: "5.3.0" com.aquasec.version: "5.3.0" - com.aquasec.dod.commit: "ee4e544" - com.aquasec.dod.builddate: "2021-03-11T13:37+02:00" - com.aquasec.baseimage: "registry1.dsop.io/ironbank/redhat/ubi/ubi8-minimal:8.3" + com.aquasec.dod.commit: "2dd05a9" + com.aquasec.dod.builddate: "2021-05-23T19:17+03:00" + com.aquasec.baseimage: "registry1.dsop.io/ironbank/redhat/ubi/ubi8-minimal:8.4" # List of resources to make available to the offline build context resources: - auth: id: aquasec-credential type: basic - filename: aquasec-scanner-5.3.21026-ubi8.tar.gz - url: https://download.aquasec.com/aquasec/csp/scanner/5.3/aquasec-scanner-5.3.21026-ubi8.tar.gz + filename: aquasec-scanner-5.3.21130-ubi8.tar.gz + url: https://download.aquasec.com/aquasec/csp/scanner/5.3/aquasec-scanner-5.3.21130-ubi8.tar.gz validation: type: sha256 - value: 6d94980668fbccf603210bf4710bba8a516ced5c72ac21252df286a53acb0f44 + value: 36b30703525e09dc209fba88efbd203a9e5a7f792b636b8a30ee40eea1565b29 # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist # FIXME: Include any other vendor information if applicable