We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user:1234:1234
assistedInstallation
QEMU virtualization crashing with certain packages
deanayalon/fms-prep, ghcr.io/deanayalon/fms-prep
deanayalon/fms-prep
ghcr.io/deanayalon/fms-prep
LABEL
VOLUME
Unneeded if not installing Devin.fm - Shouldn't be within the image
apt-get full-upgrade
The text was updated successfully, but these errors were encountered:
Potential bake file reference:
/* matrix = { devin = [true, false] // Install Devin.fm release = [{ fms = string, // FileMaker Server version suffix = string // FMS suffix (e.g. "_me") latest = boolean // Latest FileMaker Server release //-latest+revision = string // latest/major/minor/patch/"" // latest = 21 = 21.0 = 21.0.2 = 21.0.2.202 ubuntu = number, // Ubuntu base version arm = boolean // FMS version has an ARM64 release }] } */ matrix = { devin = [true, false] release = [{ fms = "21.0.2.202", latest = true, suffix = "" // revision = "latest" // latest::21::21.0::21.0.2::21.0.2.202 ubuntu = 22, arm = true }, { fms = "21.0.1.3", latest = false, suffix = "" // revision = "patch" // 21.0.1::21.0.1.3 ubuntu = 22, arm = true }, { fms = "21.0.2.207", latest = false, suffix = "_me", // revision = "" ubuntu = 22, arm = true // 21.0.2.207_me }, ..., { fms = "19.6.4.402", latest = false, suffix = "", // revision = "major" // 19::19.6::19.6.4::19.6.4.402 ubuntu = 20, arm = false }, ...] } dockerfile = "dockerfile.u${release.ubuntu}" platforms: ["linux/amd64", release.arm ? "linux/arm64/v8" : ""] tags = [ "deanayalon/fms:${release.fms}${release.suffix}-u${release.ubuntu}${devin ? "-devin" : ""}", // deanayalon/fms:21.0.2.207_me-u22[-devin] "ghcr.io/deanayalon/fms:${release.fms}${release.suffix}-u${release.ubuntu}${devin ? "-devin" : ""}", release.latest ? "deanayalon/fms:u${release.ubuntu}${devin ? "-devin" : ""}" : "", // deanayalon/fms:u22[-devin] release.latest ? "ghcr.io/deanayalon/fms:u${release.ubuntu}${devin ? "-devin" : ""}" : "", // ghcr.io/deanayalon/fms:u22[-devin] ] ...
At this point, should I just create the bake targets myself with a simple devin matrix?
Sorry, something went wrong.
DeanAyalon
When branches are created from issues, their pull requests are automatically linked.
User
user:1234:1234
assistedInstallation
?Project
Build
LABEL
andVOLUME
instructionsapt-get full-upgrade
The text was updated successfully, but these errors were encountered: