[PR #547] [CLOSED] Some improvements to wheezy Dockerfile and add a jessie-based one #12073

Closed
opened 2025-12-29 22:19:28 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/547
Author: @dqminh
Created: 9/12/2016
Status: Closed

Base: developHead: dockerfile-jessie


📝 Commits (10+)

  • 0c39702 Merge pull request #269 from digitalocean/develop
  • 300aff7 Merge pull request #286 from digitalocean/develop
  • 4e64e1e Merge pull request #299 from digitalocean/develop
  • 5ba5e8d Merge pull request #324 from digitalocean/develop
  • 8cb38de Merge pull request #357 from digitalocean/develop
  • af5dba2 Merge pull request #386 from digitalocean/develop
  • 9889e12 Merge pull request #408 from digitalocean/develop
  • 946a1b7 Merge pull request #423 from digitalocean/develop
  • 93fccd5 Merge pull request #438 from digitalocean/develop
  • 2509405 Merge pull request #453 from digitalocean/develop

📊 Changes

3 files changed (+38 additions, -14 deletions)

View changed files

📝 Dockerfile (+12 -14)
Dockerfile.jessie (+18 -0)
docker-compose.jessie.yml (+8 -0)

📄 Description

Summaries of the changes:

  • improve the current wheezy netbox image by not cloning the source from the internet. Instead just copy the current context over. This improves the docker cache's reliability and performance.
  • pin python version to 2.7.12
  • add a dockerfile based on debian jessie instead of wheezy

🔄 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/netbox-community/netbox/pull/547 **Author:** [@dqminh](https://github.com/dqminh) **Created:** 9/12/2016 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dockerfile-jessie` --- ### 📝 Commits (10+) - [`0c39702`](https://github.com/netbox-community/netbox/commit/0c3970233e884f299a9b16c3110299068674aa0e) Merge pull request #269 from digitalocean/develop - [`300aff7`](https://github.com/netbox-community/netbox/commit/300aff71bb05075960d5e173da479851cd19f742) Merge pull request #286 from digitalocean/develop - [`4e64e1e`](https://github.com/netbox-community/netbox/commit/4e64e1ea95a3d3c1ec0c3b50127a6bc615bf193e) Merge pull request #299 from digitalocean/develop - [`5ba5e8d`](https://github.com/netbox-community/netbox/commit/5ba5e8def92bf87616ac0fa13c9c23a061c34476) Merge pull request #324 from digitalocean/develop - [`8cb38de`](https://github.com/netbox-community/netbox/commit/8cb38de7d50cd20049df154780c874fddad64c17) Merge pull request #357 from digitalocean/develop - [`af5dba2`](https://github.com/netbox-community/netbox/commit/af5dba2e0da027da00e43ad1e8585c77ef7bd953) Merge pull request #386 from digitalocean/develop - [`9889e12`](https://github.com/netbox-community/netbox/commit/9889e120bdf905d0347452dae9fd11a94e62194a) Merge pull request #408 from digitalocean/develop - [`946a1b7`](https://github.com/netbox-community/netbox/commit/946a1b751b4cb5d3f3685fec601739248c50d4a2) Merge pull request #423 from digitalocean/develop - [`93fccd5`](https://github.com/netbox-community/netbox/commit/93fccd5985481719e6b3005fbddac755988f587a) Merge pull request #438 from digitalocean/develop - [`2509405`](https://github.com/netbox-community/netbox/commit/2509405465ebb0c5ea02ef0b5b1230e2c4fa438c) Merge pull request #453 from digitalocean/develop ### 📊 Changes **3 files changed** (+38 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+12 -14) ➕ `Dockerfile.jessie` (+18 -0) ➕ `docker-compose.jessie.yml` (+8 -0) </details> ### 📄 Description Summaries of the changes: - improve the current wheezy netbox image by not cloning the source from the internet. Instead just copy the current context over. This improves the docker cache's reliability and performance. - pin python version to 2.7.12 - add a dockerfile based on debian jessie instead of wheezy --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:19:28 +01:00
adam closed this issue 2025-12-29 22:19:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12073