[PR #79] [MERGED] Feat add devcontainer #150

Closed
opened 2026-02-26 21:34:42 +03:00 by kerem · 0 comments
Owner

📋 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: developHead: feat-add-devcontainer


📝 Commits (10+)

  • eb0f887 Refactor Docker setup for development environment: rename compose file, update service configurations, and VSCode settings
  • e450544 Refactor GitHub Actions workflow for linting, testing, and building: streamline steps and update matrix configuration
  • 3f75949 Merge branch 'develop' into feat-add-devcontainer
  • f874eee Add dependency installation and permission fix tasks to lint-test-build workflow
  • 6185831 Enhance Dockerfile to validate TARGETPLATFORM for multi-arch builds
  • 54fa751 Refactor lint-test-build workflow to support multi-platform builds with updated matrix configuration
  • 277784d Optimize command execution in lint-test-build workflow for improved efficiency
  • 90d4adb Add Docker buildx setup for multi-architecture builds in lint-test-build workflow
  • 2dd4794 Simplify Docker buildx setup in lint-test-build workflow by replacing action with direct command
  • f38666c Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/eduardolat/pgbackweb/pull/79 **Author:** [@eduardolat](https://github.com/eduardolat) **Created:** 2/2/2025 **Status:** ✅ Merged **Merged:** 2/3/2025 **Merged by:** [@eduardolat](https://github.com/eduardolat) **Base:** `develop` ← **Head:** `feat-add-devcontainer` --- ### 📝 Commits (10+) - [`eb0f887`](https://github.com/eduardolat/pgbackweb/commit/eb0f8870e7d2030f287dfc0f8ef7a1a8deebed7e) Refactor Docker setup for development environment: rename compose file, update service configurations, and VSCode settings - [`e450544`](https://github.com/eduardolat/pgbackweb/commit/e45054452d461bad5910d42612b0848e482614cb) Refactor GitHub Actions workflow for linting, testing, and building: streamline steps and update matrix configuration - [`3f75949`](https://github.com/eduardolat/pgbackweb/commit/3f759496306cc69b0206c08c06a87396fe6245f5) Merge branch 'develop' into feat-add-devcontainer - [`f874eee`](https://github.com/eduardolat/pgbackweb/commit/f874eee6ad60476df0fdbc66f3869783719b8a98) Add dependency installation and permission fix tasks to lint-test-build workflow - [`6185831`](https://github.com/eduardolat/pgbackweb/commit/61858315f00bea7b8a978ed6c810b08221caec3c) Enhance Dockerfile to validate TARGETPLATFORM for multi-arch builds - [`54fa751`](https://github.com/eduardolat/pgbackweb/commit/54fa7514db43d0e5f7b2e42614363f31b9f35c98) Refactor lint-test-build workflow to support multi-platform builds with updated matrix configuration - [`277784d`](https://github.com/eduardolat/pgbackweb/commit/277784d4ff6e963b7dc87dbd9ac16879fd8b6349) Optimize command execution in lint-test-build workflow for improved efficiency - [`90d4adb`](https://github.com/eduardolat/pgbackweb/commit/90d4adbf08b0a6ca35cbb434ad2b1b11c06d2c43) Add Docker buildx setup for multi-architecture builds in lint-test-build workflow - [`2dd4794`](https://github.com/eduardolat/pgbackweb/commit/2dd479472a9658634dcfda53366590632ba99be7) Simplify Docker buildx setup in lint-test-build workflow by replacing action with direct command - [`f38666c`](https://github.com/eduardolat/pgbackweb/commit/f38666cd6750d419124f9f4a9f03d330aca2d439) Update lint-test-build workflow to use docker/setup-buildx-action and install Skopeo ### 📊 Changes **10 files changed** (+155 additions, -255 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#150
No description provided.