UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
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
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
Big Bang
bigbang
Commits
423bed9b
Commit
423bed9b
authored
1 year ago
by
Danny Gershman
Committed by
Micah Nagel
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[zarf-dev.sh] Bump bigbang version, zarf version, and fixing logging levels
parent
d2331d14
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2663
[zarf-dev.sh] Bump bigbang version, zarf version, and fixing logging levels
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scripts/airgap-zarf/zarf-dev.sh
+6
-6
6 additions, 6 deletions
docs/assets/scripts/airgap-zarf/zarf-dev.sh
with
6 additions
and
6 deletions
docs/assets/scripts/airgap-zarf/zarf-dev.sh
+
6
−
6
View file @
423bed9b
#!/usr/bin/env bash
ZARF_VERSION
=
v0.25.
1
BIGBANG_VERSION
=
1.5
6.0
ZARF_VERSION
=
v0.25.
2
BIGBANG_VERSION
=
1.5
7.1
# Choices: warn, info, debug, trace
# Currently set only for zarf package deploy
ZARF_LOG_LEVEL
=
info
ZARF_LOG_LEVEL
=
${
ZARF_LOG_LEVEL
:
=
info
}
# Prerequisites: REGISTRY1_USERNAME and REGISTRY1_PASSWORD must be exported locally.
# Configurable: ZARF_TEST_REPO, ZARF_TEST_REPO_BRANCH, ZARF_TEST_REPO_DIRECTORY all define where to pick up the zarf.yaml file.
...
...
@@ -31,7 +31,7 @@ run "wget -q https://github.com/defenseunicorns/zarf/releases/download/${ZARF_VE
# zarf init, package and deploy
run
"set +o history && echo
${
REGISTRY1_PASSWORD
}
| zarf tools registry login registry1.dso.mil --username
${
REGISTRY1_USERNAME
}
--password-stdin || set -o history"
run
"zarf init --components=git-server --confirm"
run
"git clone --single-branch --branch
${
ZARF_TEST_REPO_BRANCH
}
${
ZARF_TEST_REPO
}
"
run
"zarf init --components=git-server --confirm
--log-level=
${
ZARF_LOG_LEVEL
}
"
run
"git clone
--depth 1
--single-branch --branch
${
ZARF_TEST_REPO_BRANCH
}
${
ZARF_TEST_REPO
}
"
run
"cd
${
ZARF_TEST_REPO_DIRECTORY
}
&& zarf package create --confirm --max-package-size=0"
run
"cd
${
ZARF_TEST_REPO_DIRECTORY
}
&& zarf package deploy zarf-package-big-bang-example-amd64-
${
BIGBANG_VERSION
}
.tar.zst --confirm --components=gitea-virtual-service --log-level
${
ZARF_LOG_LEVEL
}
"
run
"cd
${
ZARF_TEST_REPO_DIRECTORY
}
&& zarf package deploy zarf-package-big-bang-example-amd64-
${
BIGBANG_VERSION
}
.tar.zst --confirm --components=gitea-virtual-service --log-level
=
${
ZARF_LOG_LEVEL
}
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment