diff --git a/pipelines/terraform.yml b/pipelines/terraform.yml index 63aa90a..5c0a796 100644 --- a/pipelines/terraform.yml +++ b/pipelines/terraform.yml @@ -8,7 +8,7 @@ variables: GITLAB_TF_ADDRESS: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/terraform/state/${ENVIRONMENT_NAME} image: - name: registry.internal.durp.info/opentofu/opentofu:latest + name: registry.durp.info/opentofu/opentofu:latest entrypoint: [""] include: diff --git a/templates/codescan.tpl.yml b/templates/codescan.tpl.yml index 68f5ae2..0171ea2 100644 --- a/templates/codescan.tpl.yml +++ b/templates/codescan.tpl.yml @@ -1,5 +1,5 @@ .generate_sbom: - image: registry.internal.durp.info/nixos/nix:latest + image: registry.durp.info/nixos/nix:latest script: - ./scripts/scanner/syft-install.sh - ./scripts/scanner/syft-mkdir.sh @@ -11,7 +11,7 @@ - $CI_PROJECT_DIR/syft .generate_cve: - image: registry.internal.durp.info/nixos/nix:latest + image: registry.durp.info/nixos/nix:latest script: - ./scripts/scanner/grype-install.sh - ./scripts/scanner/grype.sh diff --git a/templates/docker.tpl.yml b/templates/docker.tpl.yml index ec9e40c..820c182 100644 --- a/templates/docker.tpl.yml +++ b/templates/docker.tpl.yml @@ -1,5 +1,5 @@ .docker-build-container: - image: registry.internal.durp.info/docker:20.10.17 + image: registry.durp.info/docker:20.10.17 variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" @@ -13,7 +13,7 @@ .docker_build: - image: registry.internal.durp.info/docker:20.10.17 + image: registry.durp.info/docker:20.10.17 variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" @@ -30,7 +30,7 @@ - $CI_PROJECT_DIR/packages .docker_push_gitlab: - image: registry.internal.durp.info/docker:20.10.17 + image: registry.durp.info/docker:20.10.17 variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" diff --git a/templates/gitlab.tpl.yml b/templates/gitlab.tpl.yml index ccb263a..ce3c031 100644 --- a/templates/gitlab.tpl.yml +++ b/templates/gitlab.tpl.yml @@ -1,5 +1,5 @@ .gitlab-move-files: - image: registry.internal.durp.info/debian:latest + image: registry.durp.info/debian:latest script: - ./scripts/gitlab/movefiles.sh artifacts: diff --git a/templates/golang.tpl.yml b/templates/golang.tpl.yml index 2c17342..026ff60 100644 --- a/templates/golang.tpl.yml +++ b/templates/golang.tpl.yml @@ -1,7 +1,7 @@ .golang-build: variables: #GOPROXY: https://nexus.durp.info/repository/go/ - image: registry.internal.durp.info/golang:${GO_VERSION} + image: registry.durp.info/golang:${GO_VERSION} script: - ./scripts/golang-build.sh artifacts: @@ -13,6 +13,6 @@ variables: #GOPROXY: https://nexus.durp.info/repository/go/ CGO_ENABLED: 0 - image: registry.internal.durp.info/golangci/golangci-lint:${GOLANGCI_LINT_VERISON} + image: registry.durp.info/golangci/golangci-lint:${GOLANGCI_LINT_VERISON} script: - ./scripts/golang-lint.sh diff --git a/templates/helm.tpl.yml b/templates/helm.tpl.yml index e1d3648..eef5db9 100644 --- a/templates/helm.tpl.yml +++ b/templates/helm.tpl.yml @@ -1,5 +1,5 @@ .helm-build: - image: registry.internal.durp.info/dtzar/helm-kubectl + image: registry.durp.info/dtzar/helm-kubectl script: - ./scripts/helm-package.sh artifacts: @@ -8,7 +8,7 @@ - $CI_PROJECT_DIR/packages .helm-push: - image: registry.internal.durp.info/dtzar/helm-kubectl + image: registry.durp.info/dtzar/helm-kubectl script: - ./scripts/helm-addrepo.sh - ./scripts/helm-push.sh diff --git a/templates/nuget.tpl.yml b/templates/nuget.tpl.yml index a690a68..22d2964 100644 --- a/templates/nuget.tpl.yml +++ b/templates/nuget.tpl.yml @@ -1,4 +1,4 @@ .nuget_push: - image: registry.internal.durp.info/dotnet/core/sdk:latest + image: registry.durp.info/dotnet/core/sdk:latest script: - ./scripts/nuget/push.sh diff --git a/templates/octopus.tpl.yml b/templates/octopus.tpl.yml index 1e69875..3df1c36 100644 --- a/templates/octopus.tpl.yml +++ b/templates/octopus.tpl.yml @@ -1,5 +1,5 @@ .octo_package: - image: registry.internal.durp.info/octopusdeploy/octo:latest + image: registry.durp.info/octopusdeploy/octo:latest script: - ./scripts/octopus/pack.sh artifacts: @@ -7,6 +7,6 @@ - $CI_PROJECT_DIR/packages .octo_release: - image: registry.internal.durp.info/octopusdeploy/octo:latest + image: registry.durp.info/octopusdeploy/octo:latest script: - ./scripts/octopus/create_release.sh diff --git a/templates/sonarqube.tpl.yml b/templates/sonarqube.tpl.yml index 2c9107c..00d755b 100644 --- a/templates/sonarqube.tpl.yml +++ b/templates/sonarqube.tpl.yml @@ -3,7 +3,7 @@ SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task image: - name: registry.internal.durp.info/sonarsource/sonar-scanner-cli:latest + name: registry.durp.info/sonarsource/sonar-scanner-cli:latest entrypoint: [""] cache: key: "${CI_JOB_NAME}" diff --git a/templates/version.tpl.yml b/templates/version.tpl.yml index 0b28657..b5168ec 100644 --- a/templates/version.tpl.yml +++ b/templates/version.tpl.yml @@ -1,5 +1,5 @@ .version: - image: registry.internal.durp.info/gittools/gitversion:5.12.0 + image: registry.durp.info/gittools/gitversion:5.12.0 variables: GIT_DEPTH: "0" script: