--- apiVersion: v1 # The repository name in registry1, excluding /ironbank/ name: "confluentinc/cp-base-new" # List of tags to push for the repository in registry1 # The most specific version should be the first tag and will be shown # on ironbank.dso.mil tags: - "Q1_2025_jdk17" - "2025-02-24" - "7.9.0" - "7.9.0-1-ubi8" - "latest-ubi8.amd64" - "latest.amd64" - "latest_jdk17" - "latest" # Build args passed to Dockerfile ARGs args: CP_BASE_NEW_IMAGE: "confluentinc/cp-base-new" CP_BASE_NEW_TAG: "7.9.0-1-ubi8" BASE_IMAGE: "redhat/openjdk/openjdk17" BASE_TAG: "1.17" # Docker image labels labels: org.opencontainers.image.title: "cp-base-new" org.opencontainers.image.description: "Official Confluent Docker base image for other Confluent Platform images" org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE" org.opencontainers.image.url: "https://docs.confluent.io/platform/current/overview.html" org.opencontainers.image.vendor: "Confluent" org.opencontainers.image.version: "Q1_2025_jdk17" mil.dso.ironbank.image.keywords: "confluent,cflt,kafka,operator,cfk" mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.product.name: "Confluent Platform" # List of resources to make available to the offline build context resources: - url: "docker://docker.io/confluentinc/cp-base-new@sha256:bd0ef13663558ea378e12301d9e3ad334684aecc9871754415e155098023ce18" tag: "confluentinc/cp-base-new:7.9.0-1-ubi8" - filename: archive.key url: https://packages.confluent.io/rpm/7.9/archive.key validation: type: sha256 value: b569e9d80bc08b65d342491f8b94e47eb7032701ce17b091f212e1072672a4d5 # List of project maintainers maintainers: - name: "Scott Stroud" username: "scottstroud" email: "confluent-fed@confluent.io" cht_member: false - name: "Preston McGowan" username: "preston.mcgowan" email: "confluent-fed@confluent.io" cht_member: false - name: "Gary Hott" username: "garyhott86" email: "confluent-fed@confluent.io" cht_member: false