-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
balena-deploy: Use docker cache when creating compose file #282
base: master
Are you sure you want to change the base?
Commits on Jun 15, 2022
-
balena-lib: get_label_from_image: Return nothing if not found
It's easier to check its return value if it returns nothing without an actual match. Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f5ebb3 - Browse repository at this point
Copy the full SHA 6f5ebb3View commit details
Commits on Jun 16, 2022
-
balena-lib: balena_lib_release: Use local cache if available
Use a `--cache-from <block>:<version>` to allow deployment to use images cached locally, for example when a hostapp or an OS block has been built and loaded into the local docker cache. Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cac3f1e - Browse repository at this point
Copy the full SHA cac3f1eView commit details -
balena-docker: Move compose file creation function from balena-deploy…
….inc The function is only called from within the balena-push-env container that already contains the balena-docker.inc script include. Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73dcf9e - Browse repository at this point
Copy the full SHA 73dcf9eView commit details -
balena-deploy: Deploy using compose files
Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 430872d - Browse repository at this point
Copy the full SHA 430872dView commit details -
jenkins_build.sh: Deploy using compose file
Using compose files allows to deploy both single and multi-container apps. Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]> SQ jenkind_build.sh
Configuration menu - View commit details
-
Copy full SHA for 1ecd77c - Browse repository at this point
Copy the full SHA 1ecd77cView commit details -
balena-deploy-block.sh: Deploy using compose files
Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c912a14 - Browse repository at this point
Copy the full SHA c912a14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d175a - Browse repository at this point
Copy the full SHA 80d175aView commit details
Commits on Jun 17, 2022
-
balena-lib: Use balena.yml if present
Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 893e75f - Browse repository at this point
Copy the full SHA 893e75fView commit details
Commits on Jun 18, 2022
-
balena-build-block: Allow to specify the deploy dir
This allows to use the script outside of the Jenkins context. Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88a6ce7 - Browse repository at this point
Copy the full SHA 88a6ce7View commit details
Commits on Jun 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0ab922b - Browse repository at this point
Copy the full SHA 0ab922bView commit details -
balena-*-block: Source includes from / as well as inside device repos…
…itories This allows to use these scripts from container images that contain the include files in the container root folder. It simplifies the Dockerfiles for block builder containers. Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f9e978 - Browse repository at this point
Copy the full SHA 7f9e978View commit details