UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 94d3a9d1 authored by Branden Cobb's avatar Branden Cobb
Browse files

Move Synker Images

parent b31facef
No related branches found
No related tags found
3 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1386Master,!1377Move Synker Images
......@@ -27,7 +27,14 @@
"newName\\S*:\\s*(?<depName>\\S+).*\n\\s+newTag:\\s*(?<currentValue>.+)"
],
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^tests/images\\.txt$"],
"matchStrings": [
"s*(?<depName>.+):(?<currentValue>.+)"
],
"datasourceTemplate": "docker"
}
],
"separateMajorMinor": false
}
\ No newline at end of file
}
# Baseline synker CI configs
# NOTE: THIS CONFIG IS PARTIAL (it is missing the `destination` component) AND ONLY USED FOR PULLING IN CI
transport:
registry:
hostname: localhost
port: 25000
osChoice: linux
disablePolicyChecks: true
options:
# TODO: Turn this off for now until parallel syncing is more "production" ready
# NOTE: Finding some bugs (even with retry) in pushing images to the airgapped registry that trace back to paralell syncing
parallelSync: false
quiet: false
debug: info
# NOTE: destination configurations below are environment specific and should be modified to match your environment.
destination:
registry:
# Hostname of the destination registry to push to
hostname: p1-registry
# Port of the destination registry to push to
port: 5000
#
osChoice: linux
disablePolicyChecks: true
source:
authFile: /root/.docker/config.json
images:
# Include registry image
- registry:2
- registry1.dso.mil/ironbank/twistlock/defender/defender:22.01.840
- registry1.dso.mil/ironbank/anchore/enterprise/enterprise:3.2.1
- registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:3.2.1
- registry1.dso.mil/ironbank/big-bang/base:8.4
- registry1.dso.mil/ironbank/big-bang/base:1.0.0
- registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:14.7.1
- registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter:14.7.1
- registry1.dso.mil/ironbank/opensource/kubernetes-1.21/kubectl:v1.21.2
- registry1.dso.mil/ironbank/opensource/istio/install-cni:1.11.5
# NOTE: We use the velero AWS plugin in CI so it isn't listed here
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.1.2
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.3.1
# Images used by pipeline-templates
# NOTE: These are __not__ fully inclusive yet, see this issue for updates: https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/145
- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/sonar-scanner-dotnet31:4.10
- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/sonar-scanner:4.5.0.2216
- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/git-kustomize203-skopeo12:8.2.276.test
- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/kaniko-project-executor:debug-v1.3.0
- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/skopeo-bash-git-lfs-kustomize:1.0
- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/anchore:0.8.2
- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/test:gcc
# Following line removed with 1.10.0 release due to failure to fetch image. Image not found.
# - registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/dependency-check616-sonar-scanner45-dotnet-31:052421
# gitlab-runner-helper image: This image does not get captured from the release deployment
# the gitlab-runner-helper image only gets pulled when a pipeline runs. So it must be listed here
- registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v14.7.0
# Don't include until fortify is supported
#- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/dotnet-fortify:20.2.0
registry:2
registry1.dso.mil/ironbank/big-bang/base:8.4
registry1.dso.mil/ironbank/big-bang/base:1.0.0
registry1.dso.mil/ironbank/opensource/kubernetes-1.21/kubectl:v1.21.2
registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/sonar-scanner-dotnet31:4.10
registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/sonar-scanner:4.5.0.2216
registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/git-kustomize203-skopeo12:8.2.276.test
registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/kaniko-project-executor:debug-v1.3.0
registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/skopeo-bash-git-lfs-kustomize:1.0
registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/anchore:0.8.2
registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/test:gcc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment