Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • et-public/docker-openldap
1 result
Show changes
Commits on Source (4)
...@@ -16,4 +16,3 @@ ...@@ -16,4 +16,3 @@
# AR image repo and write cred # AR image repo and write cred
GOOGLE_APPLICATION_CREDENTIALS vault://${DOCKER_REGISTRY_PASSWORD_PATH} --form variable_type=file GOOGLE_APPLICATION_CREDENTIALS vault://${DOCKER_REGISTRY_PASSWORD_PATH} --form variable_type=file
IMAGE_REPO ${DOCKER_REGISTRY}/${DOCKER_REPO}/${DOCKER_IMAGE} --form variable_type=env_var IMAGE_REPO ${DOCKER_REGISTRY}/${DOCKER_REPO}/${DOCKER_IMAGE} --form variable_type=env_var
...@@ -17,7 +17,6 @@ stages: ...@@ -17,7 +17,6 @@ stages:
variables: variables:
FEATURE_FLAG_NAME: 1 FEATURE_FLAG_NAME: 1
FF_GITLAB_REGISTRY_HELPER_IMAGE: 1 FF_GITLAB_REGISTRY_HELPER_IMAGE: 1
REGISTRY_IMAGE: gcr.io/uit-authnz/openldap
### Jobs ### Jobs
build: build:
......
deb http://debian.stanford.edu/debian-local bullseye main contrib non-free
deb-src http://debian.stanford.edu/debian-local bullseye main contrib non-free
# APT configuration for Stanford-local repositories.
# The Stanford-specific Debian archive and source tree (world-accessible).
deb http://debian.stanford.edu/debian-stanford bullseye main non-free contrib
deb-src http://debian.stanford.edu/debian-stanford bullseye main non-free contrib
File moved