UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
virt-operator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iron Bank Containers
Opensource
kubevirt
virt-operator
Merge requests
!46
UPSWF-2466: Updating to v1.0.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
UPSWF-2466: Updating to v1.0.0
UPSWF-2466
into
development
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Shannon Mitchell
requested to merge
UPSWF-2466
into
development
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
Updating to v1.0.0
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
5de05ed6
1 commit,
1 year ago
2 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Dockerfile
+
1
−
1
Options
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG
BASE_TAG=9.2
ARG
SOURCE_IMAGE=quay.io/kubevirt/virt-operator
ARG
SOURCE_TAG=v
0.59.2
ARG
SOURCE_TAG=v
1.0.0
FROM
${SOURCE_IMAGE}:${SOURCE_TAG}
AS
build
Loading