Skip to content

Conversation

vgrebenschikov
Copy link
Contributor

  • allow to use image with tag name, such as docker.io/library/influxdb:2.7
  • on ZFS just clone buildah-provided volume, not rsync

@olevole
Copy link
Member

olevole commented Mar 27, 2025

hi! thanks!

All external commands that CBSD must be called via macros:

mount -> ${MOUNT_CMD}
awk -> ${AWK_CMD}
zfs -> ${ZFS_CMD}

and so on ( ~cbsd/cmd.subr )

This allows the CBSD to check that all commands exist on the system before it starts executing the script.

Most likely, your patch will break the work on non-ZFS systems, I will look at it a little later

@olevole olevole self-assigned this Mar 27, 2025
@vgrebenschikov
Copy link
Contributor Author

yep, just preview ... (will fixed macroses)

trying to use dockerized linux image

@vgrebenschikov vgrebenschikov force-pushed the feature/docker-images branch from c1196ae to e7fae08 Compare March 27, 2025 09:20
- allow to use image with tag name, such as docker.io/library/influxdb:2.7
- on ZFS just clone buildah-provided volume, not rsync
@vgrebenschikov vgrebenschikov force-pushed the feature/docker-images branch from e7fae08 to 353b34c Compare March 27, 2025 09:20
@olevole olevole merged commit 9f88553 into cbsd:develop Mar 27, 2025
@olevole
Copy link
Member

olevole commented Mar 27, 2025

Thanks, i will test it soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants