On branch os-configuration
Initial commit Changes to be committed: Vim swapfiles new file: .gitignore Minimal compose yml new file: docker-compose.yml Iterative Dockerfile new file: striker/Dockerfile
This commit is contained in:
commit
b341d300d2
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.*.sw*
|
3
docker-compose.yml
Normal file
3
docker-compose.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
services:
|
||||||
|
striker01:
|
||||||
|
build: ./striker
|
13
striker/Dockerfile
Normal file
13
striker/Dockerfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
FROM almalinux:latest
|
||||||
|
|
||||||
|
RUN sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/almalinux-highavailability.repo
|
||||||
|
|
||||||
|
RUN dnf install -y https://alteeve.com/an-repo/m3/alteeve-release-latest.noarch.rpm
|
||||||
|
|
||||||
|
RUN yes | alteeve-repo-setup
|
||||||
|
|
||||||
|
RUN dnf install -y anvil-striker --nobest
|
||||||
|
|
||||||
|
RUN anvil-change-password --new-password "Initial1"
|
||||||
|
|
||||||
|
CMD /bin/bash
|
Loading…
Reference in New Issue
Block a user