-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: TEST starts to remove python2 stuff
- Loading branch information
Showing
17 changed files
with
12 additions
and
154 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
.../docker-files/TEMPLATE-alpine-PYTHON3.txt → test/docker-files/TEMPLATE-alpine.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM alpine:3.16 | ||
FROM alpine:3.20 | ||
LABEL maintainer="Jean Gabes <[email protected]>" | ||
|
||
# THIS DOCKER FILE is USED TO PUSH TO naparuba/alpine-PYTHON3 so tests will be faster, and won't need to recompute all of this every time | ||
# THIS DOCKER FILE is USED TO PUSH TO naparuba/alpine so tests will be faster, and won't need to recompute all of this every time | ||
|
||
ADD test/docker-helper/ / | ||
RUN /apk_add bash | ||
|
2 changes: 1 addition & 1 deletion
2
test/docker-files/docker-file-COMPLIANCE-FILE-RIGHTS-NO-ENV.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM naparuba/debian-10 | ||
FROM naparuba/debian-12 | ||
LABEL maintainer="Jean Gabes <[email protected]>" | ||
|
||
|
||
|
14 changes: 0 additions & 14 deletions
14
test/docker-files/docker-file-COMPLIANCE-FILE-RIGHTS-PYTHON3.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM naparuba/debian-10 | ||
FROM naparuba/debian-12 | ||
LABEL maintainer="Jean Gabes <[email protected]>" | ||
|
||
|
||
|
17 changes: 0 additions & 17 deletions
17
test/docker-files/docker-file-COMPLIANCE-GET-URL-PYTHON3.txt
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
...ocker-file-COMPLIANCE-GET-URL-PYTHON2.txt → ...-files/docker-file-COMPLIANCE-GET-URL.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
FROM naparuba/debian-10 | ||
FROM naparuba/debian-12 | ||
LABEL maintainer="Jean Gabes <[email protected]>" | ||
|
||
|
||
RUN /apt_get_install procps | ||
|
||
|
||
ADD . /root/opsbro-oss | ||
WORKDIR /root/opsbro-oss | ||
|
||
|
18 changes: 0 additions & 18 deletions
18
test/docker-files/docker-file-COMPLIANCE-MULTI-PYTHON3.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM naparuba/debian-10 | ||
FROM naparuba/debian-12 | ||
LABEL maintainer="Jean Gabes <[email protected]>" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM fedora:28 | ||
FROM fedora:42 | ||
LABEL maintainer="Jean Gabes <[email protected]>" | ||
|
||
ADD test/docker-helper/ / | ||
RUN /dnf_install python2 | ||
RUN /dnf_install python3 | ||
|
||
# Need for debug and test | ||
RUN /dnf_install procps | ||
|
@@ -13,7 +13,7 @@ ADD . /root/opsbro-oss | |
|
||
WORKDIR /root/opsbro-oss | ||
|
||
RUN python setup.py install | ||
RUN python3 setup.py install | ||
|
||
# Copy the mail pack into a local one to enable modification | ||
RUN opsbro packs overload global.nginx | ||
|
17 changes: 0 additions & 17 deletions
17
test/docker-files/docker-file-FEDORA-installation-fedora-34.txt
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
test/docker-files/docker-file-FEDORA-installation-fedora-35.txt
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
test/docker-files/docker-file-FEDORA-installation-fedora-36.txt
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
test/docker-files/docker-file-MODULE-dns-module-debian10.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
# By default we are testing the python2 version, and the builder can ask for python3 with "-python3" | ||
ARG MY_PYTHON_VERSION= | ||
FROM naparuba/debian-11$MY_PYTHON_VERSION | ||
FROM naparuba/debian-11 | ||
LABEL maintainer="Jean Gabes <[email protected]>" | ||
|
||
|
||
|
4 changes: 1 addition & 3 deletions
4
...docker-file-MODULE-dns-module-debian9.txt → ...ocker-file-MODULE-dns-module-debian12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
# By default we are testing the python2 version, and the builder can ask for python3 with "-python3" | ||
ARG MY_PYTHON_VERSION= | ||
FROM naparuba/debian-9$MY_PYTHON_VERSION | ||
FROM naparuba/debian-12 | ||
LABEL maintainer="Jean Gabes <[email protected]>" | ||
|
||
|
||
|
13 changes: 0 additions & 13 deletions
13
test/docker-files/docker-file-OTHER-debian10-test-python.txt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...le-OTHER-debian11-test-python-PYTHON3.txt → ...ocker-file-OTHER-debian11-test-python.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM naparuba/debian-11-python3 | ||
FROM naparuba/debian-12 | ||
LABEL maintainer="Jean Gabes <[email protected]>" | ||
|
||
|
||
|