You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
A docker folder should be made in the config repository containing folders for each image name. Each image folder name should have the following files inside of it:
Dockerfile
bundles (contains one bundle name per line in the file)
contact (one line in the format ",," without quotes
This data should be used as input to a process that builds a Docker image from scratch. This process should use the following swupd command to create the build context:
I think we want to move away from storing the base.tar.xz in a git repo all together, since there's not a compelling reason for us to do this except for out of convenience for our build and publishing process. As you recommended, we'd probably do this using the ADD keyword and then publishing a docker image alongside our other images that sit on our CDN. We'd then remove the base.tar.xz from our git repo and make sure the history of it is gone too so the repo clone is pretty small and fast.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A docker folder should be made in the config repository containing folders for each image name. Each image folder name should have the following files inside of it:
This data should be used as input to a process that builds a Docker image from scratch. This process should use the following swupd command to create the build context:
The text was updated successfully, but these errors were encountered: