-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement a GitHub Workflow to build the Devcontainer #4
Labels
enhancement
New feature or request
Comments
petersellars
added a commit
that referenced
this issue
Sep 30, 2024
Added initial file, issues running act locally on WSL! Related to: #4
petersellars
added a commit
that referenced
this issue
Sep 30, 2024
Added initial file, issues running act locally on WSL! Related to: #4
petersellars
added a commit
that referenced
this issue
Oct 3, 2024
* Added use of docker buildx step * Added login to GHCR step Relates to: #4
petersellars
added a commit
that referenced
this issue
Oct 3, 2024
* Added use of docker buildx step * Added login to GHCR step Relates to: #4
petersellars
added a commit
that referenced
this issue
Oct 4, 2024
* Added build and push to GHCR capabilities Closes: #4
petersellars
added a commit
that referenced
this issue
Oct 5, 2024
* Added build and push to GHCR capabilities * Provde a default `github.actor` for the `build` job in the `main.yml` workflow file. * Add `.dockerignore` file to exclude unnecessary files from the Docker build context. * Update syntax for act excludes in .dockerignore and .gitignore files. * Added a context to the build in the .devcontainer.json file. Closes: #4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should implement a GitHub Workflow that builds the DevContainer so we can use it as the base for blueprint specific containers
The text was updated successfully, but these errors were encountered: