mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[PR #79] [MERGED] Feat add devcontainer #150
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/eduardolat/pgbackweb/pull/79
Author: @eduardolat
Created: 2/2/2025
Status: ✅ Merged
Merged: 2/3/2025
Merged by: @eduardolat
Base:
develop← Head:feat-add-devcontainer📝 Commits (10+)
eb0f887Refactor Docker setup for development environment: rename compose file, update service configurations, and VSCode settingse450544Refactor GitHub Actions workflow for linting, testing, and building: streamline steps and update matrix configuration3f75949Merge branch 'develop' into feat-add-devcontainerf874eeeAdd dependency installation and permission fix tasks to lint-test-build workflow6185831Enhance Dockerfile to validate TARGETPLATFORM for multi-arch builds54fa751Refactor lint-test-build workflow to support multi-platform builds with updated matrix configuration277784dOptimize command execution in lint-test-build workflow for improved efficiency90d4adbAdd Docker buildx setup for multi-architecture builds in lint-test-build workflow2dd4794Simplify Docker buildx setup in lint-test-build workflow by replacing action with direct commandf38666cUpdate lint-test-build workflow to use docker/setup-buildx-action and install Skopeo📊 Changes
10 files changed (+155 additions, -255 deletions)
View changed files
📝
.devcontainer/compose.yaml(+4 -10)➕
.devcontainer/devcontainer.json(+85 -0)📝
.env.dev(+1 -1)📝
.github/workflows/lint-test-build.yaml(+37 -33)➖
.vscode/extensions.json(+0 -7)➖
.vscode/settings.json(+0 -69)📝
docker/Dockerfile(+12 -5)➖
docker/Dockerfile.cicd(+0 -105)📝
docker/Dockerfile.dev(+13 -6)📝
docker/README.md(+3 -19)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.