-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from giffels/update-deployment-tests
Update docker container for deployment tests
- Loading branch information
Showing
4 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
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
17 changes: 0 additions & 17 deletions
17
containers/cobald-tardis-deployment-test-env/Dockerfile.centos8
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
containers/cobald-tardis-deployment-test-env/Dockerfile.centosstream8
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM quay.io/centos/centos:stream8 | ||
LABEL maintainer="Manuel Giffels <giffels@gmail.com>" | ||
|
||
RUN dnf -y module enable nodejs:12 | ||
|
||
RUN dnf -y update \ | ||
&& dnf -y install git \ | ||
python39 \ | ||
gcc-8.5.0-7.el8 \ | ||
python39-devel \ | ||
nodejs \ | ||
glibc-langpack-en \ | ||
&& dnf clean all | ||
|
||
SHELL [ "/bin/bash", "--noprofile", "--norc", "-e", "-o", "pipefail", "-c" ] |
2 changes: 1 addition & 1 deletion
2
containers/cobald-tardis-deployment-test-env/Dockerfile.rockylinux8
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