All notable changes to this project will be documented in this file.
- Checkout proper versions when building on main vs a PR
- Use container skopeo (#110)
- Remove tmpfs for /tmp (#123)
- Allow docker driver to properly use cache (#126)
- Allow special characters for export script (#128)
- Copy bins and keys with mounts for ostree commit (#132)
- Set gzip to default compression format
- Create dir for keys and bins in case they don't exist
- Allow user supplied registry to be set in the template (#135)
- Unable to use SHELL with podman, encapsulate commands in /bin/bash -c
- Put export script in own image
- Remove docker syntax marker
- Pulling wrong exports image
- Revert to bash files module (#125)
- Support
zstd
compression (#134) - Improve logging output (#139)
- Update workspace dependency versions
- Setup build concurrency to reduce number of simultaneous builds on a PR
- Adjust readme path in files module.yml
- Fix readme path for containerfile module in module.yml
- Add version checks for upstream tools (#121)
- Don't build nightly for now
- Separate nightly build to not run in CI for now
- Remove builtin-podman code
- Enable cache builds on main branch
- Don't use docker driver for buildx job on main
- Update gitlab-ci section in README
- Add image source label for exports
- Use tag exports instead
- Fix build.yml
- Rename strategies to drivers
- Filter out
/
in tag names (#94) - Run
ostree container commit
at the end of each module run (#103) - Add Nvidia Version to main base case (#107)
- Retry flag (#111)
- Add
org.opencontainers.image.source
LABEL for CI images (#113) - Remove check for specific branches for signing (#114)
- Update path in comments and README (#115)
- Add install script from github option (#102)
- Add flakehub entry + nix flake (#109)
- Add integration test for
disableuserns.sh
(#104) - Update builds to use different satellites and have integration tests on their own job
- Move cargo release settings to root Cargo.toml
- Update crates to have their own versions starting at CLI version
- Prepare for v0.8.2 release
- Update build command to use BuildStrategy (#88)
- COPY yq for final image for modules to work
- COPY yq into final image for modules
- Update modules.json to reflect change in dir layout
- Release blue-build version 0.8.1
- Move templates to their own crate (#83)
- Make sure cosign.pub exists before trying to check key validity
- Check for
GITHUB_TOKEN
instead ofSIGSTORE_ID_TOKEN
for github OIDC (#72) - Use REGISTRY_TOKEN for GitHub OIDC signing
- Switch to using --certificate-identity-regexp for Github Keyless verification
- Remove trailing newlines from yaml arrays (#73)
- Use GH_TOKEN as GITHUB_TOKEN is a protected env var
- Allow empty custom modules dir (#77)
- Add module documentation for 'containerfile' and 'files' (#82)
- Use GitHub's OIDC for signing images (#62)
- Use WORKDIR and ENTRYPOINT for cli containers (#63)
- Clean up working container for SIGINT and SIGTERM (#14)
- Use tmpfs mount for /tmp and /var (#67)
- Allow user to use source images (#69)
- Make use of rpm-ostree cache (#68)
- Block overriding (#74)
- Allow use of akmods module (#71)
- Add retry options to cli build command (#81)
- Fix build and build-pr not running properly
- Remove unwanted software so we have enough space to run the build for forked PRs
- Print out stderr from login attempts if login fails
- Replace tabs with spaces in Containerfile template
- Run integration tests on a separate satellite to keep build cache free
- Add trace log for github cosign verify
- Fix integration-tests for forks
- Update default module source (#76)
- Release blue-build version 0.8.0
- Use GITHUB_TOKEN instead of REGISTRY_TOKEN (#75)
- Move modules into their own directory structure (#80)
- Remove deprecated bling
COPY
forfiles
andrpms
(#52) - Only use earthly builder if token exists (#53)
- Use Multi-stage builds to prevent COPY for modules and config (#54)
- Alias update for upgrade subcommand (#60)
- Update /Containerfile in .gitignore
- Create base integration test setup (#55)
- Remove nightly flags
- Rename registry-path arg to registry-namespace but keep previous as alias
- Add cargo release files
- Release blue-build version 0.7.1
- Enable clippy nursery lint
- Snippets (#51)
- [breaking] Rename bb to bluebuild (#50)
- Tag workflow version fix (#16)
- Improper syntax for test in tag workflow
- Improve workflow for main branch and PRs (#17)
- Use new cargo-builder to help speed up build times
- Change local build dir to /etc/bluebuild
- Build failing due to change in local tarball location
- Add missing container tags (#37)
- Update containerfile to check for presence of cosign.pub (#46)
- Output better serde::yaml errors (#47)
- Lowecase registry and update IMAGE_REGISTRY arg (#49)
- Add release workflows (#22)
- Upgrades (#26)
- Bugreport command (#28)
- Use COPY syntax for files module (#38)
- Allow default recipe path (#45)
- Move recipe out to its own module (#18)
- Enable Clippy Pedantic lint (#19)
- Fix simple error in workflow (#27)
- Update/Remove logos in this repo (#23) (#30)
- Setup earthly satellite building (#29)
- Update README to show github action use
- Set version to 0.5.6-dev.0 to prepare for first release
- Switch back to crate format_serde_error
- Prepare for 0.6.0 release
- Separate module template from recipe module (#32)
- Separate modules into individual templates
- Install script not working as intended (#15)
- Update gitlab ci example
- Update README for distrobox usage (#12)
- Bumb version
- Don't fetch tags again
- Add token for pushing tags
- Bump version
- Bump version
- Create GitHub Workflow (#9)
- Don't build integration tests in +all
- Allow write for contents and id-token
- Allow workflow_dispatch on build
- Use docker/login-action@v3
- Set packages permissions to write
- Update README.md (#10)
- Use GHCR for install.sh (#11)
- Remove input for release
- Add CARGO_REGISTRY_TOKEN
- Fetch all to get history for changelog updates
- Allow write for id-token
- Bump version
- Update outdated 60-custom.just
- Rebase path not being generated properly (#8)
- Update changelog
- Manual update changelog for release
- Run clippy + BlueBuildTrait (#4)
- Update Cargo.toml with new repo URL
- Manual bump of version
- Allow single module from-file
- Update README for upgrade and rebase commands
- [breaking] Upgrade and Rebase commands
- Add CODEOWNERS file
- Enable integration tests
- Run both nightly and default integration tests
- Use --privileged instead of WITH DOCKER
- Add integration tests for build and template
- Use podman-api crate for building images
- Used wrong image for installer in Containerfile template
- Installer used wrong image tag
- Update README to describe using local builds
- [breaking] Remove containerfile arg since we use compiled time templates
- Conflicting short args for build subcommand
- Local image rebasing
- Add logos
- Removed unwrap from template to handle with proper error message
- Stop possible from-file, type module collision in template
- Use askama crate for compile-time template type checking
- Earthfile syntax error
- Allow image_version to be a String
- Clippy error for image_tag
- Inefficiency in generated Containerfile
- Rename ublue-rs to blue-build
- Renaming tool in docs
- Update README to point to new project
- Logging
- Update cargo.toml
- Bump version
- Add Github support in Build command
- Add support for alpine image and using either podman or buildah
- Update README and CHANGELOG
- Adding more template files for init
- Adding new subcommand
- Add main README template
- Add basic templating support for Github Actions
- Switch to using typed builders
- Improper trim of image digest
- Clippy
- Remove single quotes from image_digest
- Add logging
- Add rusty-hook
- Make containerfile formatting nicer
- Move command structs into bin
- [breaking] Remove legacy code"
- Finish build feature
- Add rust-toolchain.toml
- Exclude some more files
- Fix .git/ exclude
- Update README, checking off a feature
- Fix version to match with published version
- Create README
- Add support for legacy containerfiles and modules containerfiles
- Encapsulate module echo in quotes to be passed in as a single arg
- Remove tracing
- Print module context as json
- [breaking] Support new modules based starting point template
- [breaking] Allow containerfile module to print out to main Containerfile
- Add changelog