docker tag $_CI_REGISTRY_IMAGE:latest $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
docker tag $_CI_REGISTRY_IMAGE:latest $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA has 31 facts recorded in Dontopedia across 5 references, with 4 live disagreements.
Mostly:uses variable(4), creates tag(3), uses environment variable(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (8)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
containsCommandContains Command(4)
- Deploy Script
ex:deploy-script - Deploy Script
ex:deploy-script - Deploy Script
ex:deploy-script - Script Section
ex:script-section
hasScriptCommandHas Script Command(2)
- Deploy Job
ex:deploy-job - Deploy Stage
ex:deploy-stage
precedesPrecedes(1)
- Docker Login
ex:docker-login
scriptSequenceScript Sequence(1)
- Deploy Stage
ex:deploy-stage
Other facts (30)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (5)
ctx:claims/beam/33aa7a73-debf-42f8-8889-020927ad1f6c- full textbeam-chunktext/plain1 KB
doc:beam/33aa7a73-debf-42f8-8889-020927ad1f6cShow excerpt
stage: deploy script: - echo "Deploying the application..." - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker tag $CI_REGISTRY_IMAGE:latest $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA - docke…
ctx:claims/beam/dc3deecf-7e45-4de7-b02b-7a324482c8fd- full textbeam-chunktext/plain1 KB
doc:beam/dc3deecf-7e45-4de7-b02b-7a324482c8fdShow excerpt
DEPLOYMENT_SUCCESS_RATE: 0.999 stages: - build - test - deploy before_script: - echo "Setting up environment..." build: stage: build script: - echo "Building the application..." - docker build -t $CI_REGISTRY_IMAGE:…
ctx:claims/beam/86725522-98b2-473c-9c2c-99506baf415d- full textbeam-chunktext/plain1 KB
doc:beam/86725522-98b2-473c-9c2c-99506baf415dShow excerpt
- deploy - monitor before_script: - echo "Setting up environment..." build: stage: build script: - echo "Building the application..." - docker build -t $CI_REGISTRY_IMAGE:latest . artifacts: paths: - build/ …
ctx:claims/beam/074b43d5-5306-4765-9be7-4ddb13e7d83e- full textbeam-chunktext/plain1 KB
doc:beam/074b43d5-5306-4765-9be7-4ddb13e7d83eShow excerpt
### Example `.gitlab-ci.yml` Configuration Recap Here's a recap of the `.gitlab-ci.yml` configuration: ```yaml image: docker:latest services: - docker:dind stages: - build - test - deploy - monitor variables: MAX_CONCURRENT…
ctx:claims/beam/e2324ebe-8b09-489a-8347-569ddf94790a- full textbeam-chunktext/plain1 KB
doc:beam/e2324ebe-8b09-489a-8347-569ddf94790aShow excerpt
- echo "Running tests..." - docker run -t $CI_REGISTRY_IMAGE:latest /bin/sh -c "echo 'Running tests...' && pytest" dependencies: - build parallel: matrix: - TEST_ENVIRONMENT: ["dev", "prod"] - TEST_TYPE: ["un…
See also
- Docker Image Tagging
- Commit Short Sha Tag
- Docker Push
- Latest Tag
- Docker Command
- Docker
- Ci Registry Image
- Ci Commit Short Sha
- Sha Image
- Ci Registry Image:latest
- Ci Registry Image:ci Commit Short Sha
- Ci Registry Image:$ci Commit Short Sha
- Deploy Job
- Ci Registry Image:latest
- Ci Registry Image Latest
- Ci Registry Image Commit Sha
- Underscore Ci Registry Image
- Ci Registry Image
- Ci Commit Short Sha
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.