Skip to content

Commit 196e7d8

Browse files
committed
improved ds-alpine base image; reduced labels in Python docker images thereafter
1 parent 80f9059 commit 196e7d8

File tree

6 files changed

+17
-18
lines changed

6 files changed

+17
-18
lines changed

3.10-rc/alpine3.12/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11

22
FROM danielschulz/alpine:v3.12
33
MAINTAINER Daniel Schulz <danielschulz2005@hotmail.com>
4-
LABEL VISION="'We are stubborn on vision. We are flexible on details. We don’t give up on things easily.' (Jeff Bezos)" \
5-
AGILE_MANIFESTO="https://agilemanifesto.org" \
6-
SWE_MANIFESTO="https://manifesto.softwarecraftsmanship.org"
74

85
# ensure local python is preferred over distribution python
96
ENV PATH /usr/local/bin:${PATH}

3.6/alpine3.12/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11

22
FROM danielschulz/alpine:v3.12
33
MAINTAINER Daniel Schulz <danielschulz2005@hotmail.com>
4-
LABEL VISION="'We are stubborn on vision. We are flexible on details. We don’t give up on things easily.' (Jeff Bezos)" \
5-
AGILE_MANIFESTO="https://agilemanifesto.org" \
6-
SWE_MANIFESTO="https://manifesto.softwarecraftsmanship.org"
74

85
# ensure local python is preferred over distribution python
96
ENV PATH /usr/local/bin:${PATH}

3.7/alpine3.12/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11

22
FROM danielschulz/alpine:v3.12
33
MAINTAINER Daniel Schulz <danielschulz2005@hotmail.com>
4-
LABEL VISION="'We are stubborn on vision. We are flexible on details. We don’t give up on things easily.' (Jeff Bezos)" \
5-
AGILE_MANIFESTO="https://agilemanifesto.org" \
6-
SWE_MANIFESTO="https://manifesto.softwarecraftsmanship.org"
74

85
# ensure local python is preferred over distribution python
96
ENV PATH /usr/local/bin:${PATH}

3.8/alpine3.11/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11

22
FROM danielschulz/alpine:v3.12
33
MAINTAINER Daniel Schulz <danielschulz2005@hotmail.com>
4-
LABEL VISION="'We are stubborn on vision. We are flexible on details. We don’t give up on things easily.' (Jeff Bezos)" \
5-
AGILE_MANIFESTO="https://agilemanifesto.org" \
6-
SWE_MANIFESTO="https://manifesto.softwarecraftsmanship.org"
74

85
# ensure local python is preferred over distribution python
96
ENV PATH /usr/local/bin:${PATH}

3.9/alpine3.12/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11

22
FROM danielschulz/alpine:v3.12
33
MAINTAINER Daniel Schulz <danielschulz2005@hotmail.com>
4-
LABEL VISION="'We are stubborn on vision. We are flexible on details. We don’t give up on things easily.' (Jeff Bezos)" \
5-
AGILE_MANIFESTO="https://agilemanifesto.org" \
6-
SWE_MANIFESTO="https://manifesto.softwarecraftsmanship.org"
74

85
# ensure local python is preferred over distribution python
96
ENV PATH /usr/local/bin:${PATH}

ds-alpine/Dockerfile

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,23 @@ LABEL SUSTAINABLE_CULTURE="https://sloanreview.mit.edu/culture500/" \
66
TEAM_GOALS="https://www.strategy-business.com/blog/Stretch-or-safe-The-art-of-setting-goals-for-your-teams?gko=4d547" \
77
STRATEGIC_LEADERSHIP_PRINCIPLES="https://www.strategy-business.com/article/10-Principles-of-Strategic-Leadership" \
88
LAZY_LEADERS_HEROIC_MANAGERS="https://www.strategy-business.com/article/Lazy-leaders-and-heroic-managers" \
9-
ROOTS_IRRESPONSIBLE_BEHAVIOUR="The Roots of Corporate Socail Irresponsible Behaviour is Unrealistic Performance Expectations, a Pressure-Cooker Culture and Stress (https://www.zinio.com/de/reader/readsvg/447758/56)"
9+
ROOTS_IRRESPONSIBLE_BEHAVIOUR="The Roots of Corporate Socail Irresponsible Behaviour is Unrealistic Performance Expectations, a Pressure-Cooker Culture and Stress (https://www.zinio.com/de/reader/readsvg/447758/56)" \
10+
VISION="'We are stubborn on vision. We are flexible on details. We don’t give up on things easily.' (Jeff Bezos)" \
11+
AGILE_MANIFESTO="https://agilemanifesto.org" \
12+
SWE_MANIFESTO="https://manifesto.softwarecraftsmanship.org" \
13+
ROOTS_IRRESPONSIBLE_BEHAVIOUR="The Roots of Corporate Socail Irresponsible Behaviour is Unrealistic Performance Expectations, a Pressure-Cooker Culture and Stress (Rotman Magazine, Fall 2020, The Magazine of the Rotman School of Management, University of Toronto, https://www.zinio.com/de/reader/readsvg/447758/56)" \
14+
HBR_LEADING_BURNED_OUT="https://hbr.org/2020/12/how-to-lead-when-your-team-is-exhausted-and-you-are-too" \
15+
HBR_TRUST_CRISIS="https://hbr.org/2019/07/the-trust-crisis" \
16+
BCG_GETTING_MANAGERS_BACK_TO_WORK="https://www.bcg.com/de-de/publications/2018/bringing-managers-back-to-work" \
17+
MIT_HIDDEN_COSTS_DISHONESTY="https://sloanreview.mit.edu/article/the-hidden-costs-of-organizational-dishonesty/" \
18+
GOOGLE_RESEARCH_ML_IS_HIGHINTEREST_CREDIT_CARD="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43146.pdf" \
19+
GOOGLE_HIDDEN_TECH_DEBT_IN_AI="https://papers.nips.cc/paper/2015/file/86df7dcfd896fcaf2674f757a2463eba-Paper.pdf" \
20+
AUTHOR_GITHUB="https://github.com/danielschulz" \
21+
AUTHOR_DOCKER_HUB="https://hub.docker.com/u/danielschulz" \
22+
AUTHOR_MEDIUM="https://medium.com/@danielschulz.it" \
23+
AUTHOR_WEBSITE="http://danielschulz.it"
1024

1125
RUN apk update && \
12-
apk add --no-cache nmap nmap-scripts nmap-nselibs curl wget bind-tools
26+
apk add --no-cache nmap nmap-scripts nmap-nselibs curl wget bind-tools bash
1327

14-
CMD [ "sh" ]
28+
CMD [ "bash" ]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy