[PR #3] [CLOSED] add psmisc to x64 docker image #27

Closed
opened 2025-09-11 00:52:12 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscode-linux-build-agent/pull/3
Author: @stripedpajamas
Created: 2/6/2021
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 8b8984c add psmisc to x64 docker image
  • 9ee3f35 chore: update to ubuntu:bionic
  • e8d763c temp: push builds for testing
  • 70b6093 fix: job names
  • 277e197 fix: update package list
  • adb7de2 fix: delay installing older toolchains
  • 8516c62 chore: Remove global CC and CXX
  • fe20c41 chore: add gcc-5 toolchain
  • 80d2a53 chore: install policykit-1
  • 7d299c6 Revert "temp: push builds for testing"

📊 Changes

5 files changed (+178 additions, -4 deletions)

View changed files

📝 azure-pipelines.yml (+11 -3)
bionic-x64/Dockerfile (+92 -0)
bionic-x64/init-dbus.sh (+73 -0)
📝 trusty-x64/Dockerfile (+2 -1)
📝 trusty-x64/xvfb.init (+0 -0)

📄 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/VSCodium/vscode-linux-build-agent/pull/3 **Author:** [@stripedpajamas](https://github.com/stripedpajamas) **Created:** 2/6/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`8b8984c`](https://github.com/VSCodium/vscode-linux-build-agent/commit/8b8984cd01f6a2e34c88c012625cbd4aa9bb3255) add psmisc to x64 docker image - [`9ee3f35`](https://github.com/VSCodium/vscode-linux-build-agent/commit/9ee3f35a82122a955e9639a180ad485080c951d5) chore: update to ubuntu:bionic - [`e8d763c`](https://github.com/VSCodium/vscode-linux-build-agent/commit/e8d763c808a8bf9fc5db6f13c7b1a8a154524e63) temp: push builds for testing - [`70b6093`](https://github.com/VSCodium/vscode-linux-build-agent/commit/70b609349dd4959483279cfdf5d25d9796fcb2e2) fix: job names - [`277e197`](https://github.com/VSCodium/vscode-linux-build-agent/commit/277e1979894d2bf604f6fdd2b5ef06d36996e3d8) fix: update package list - [`adb7de2`](https://github.com/VSCodium/vscode-linux-build-agent/commit/adb7de2ee83d593d402b34ea875a8b5fd6e60574) fix: delay installing older toolchains - [`8516c62`](https://github.com/VSCodium/vscode-linux-build-agent/commit/8516c62720366b01544a336b2e6dfcbe87e8fbb1) chore: Remove global CC and CXX - [`fe20c41`](https://github.com/VSCodium/vscode-linux-build-agent/commit/fe20c41a8927f72a7e25dd56082aa1d85161d4b6) chore: add gcc-5 toolchain - [`80d2a53`](https://github.com/VSCodium/vscode-linux-build-agent/commit/80d2a53e628e190a4e22ba35c9e9a11d207463b2) chore: install policykit-1 - [`7d299c6`](https://github.com/VSCodium/vscode-linux-build-agent/commit/7d299c6d1b6adc2852e381f977cbfa4d639be1cd) Revert "temp: push builds for testing" ### 📊 Changes **5 files changed** (+178 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `azure-pipelines.yml` (+11 -3) ➕ `bionic-x64/Dockerfile` (+92 -0) ➕ `bionic-x64/init-dbus.sh` (+73 -0) 📝 `trusty-x64/Dockerfile` (+2 -1) 📝 `trusty-x64/xvfb.init` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-09-11 00:52:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscode-linux-build-agent#27