feat(rundeck): Initial commit
This commit is contained in:
14
build-context/postgres/Dockerfile
Normal file
14
build-context/postgres/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
# For the remainder of this Dockerfile EXAMPLE_ARG_FOR_DOCKERFILE will be
|
||||
# available with a value of 'must_be_available_in_dockerfile', check out the env
|
||||
# file at 'env/fully.qualified.domain.name.example' for reference.
|
||||
# ARG EXAMPLE_ARG_FOR_DOCKERFILE
|
||||
|
||||
# Another env var, this one's needed in the example build step below:
|
||||
# ARG POSTGRES_VERSION
|
||||
|
||||
# Example
|
||||
# FROM "postgres:${POSTGRES_VERSION}"
|
||||
# RUN apt-get update && \
|
||||
# apt-get -y install \
|
||||
# somepackage-6.q16-6-extra && \
|
||||
# rm -rf /var/lib/apt/lists/*
|
0
build-context/postgres/docker-data/.gitkeep
Normal file
0
build-context/postgres/docker-data/.gitkeep
Normal file
0
build-context/postgres/extras/.gitkeep
Normal file
0
build-context/postgres/extras/.gitkeep
Normal file
14
build-context/rundeck/Dockerfile
Normal file
14
build-context/rundeck/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
# For the remainder of this Dockerfile EXAMPLE_ARG_FOR_DOCKERFILE will be
|
||||
# available with a value of 'must_be_available_in_dockerfile', check out the env
|
||||
# file at 'env/fully.qualified.domain.name.example' for reference.
|
||||
# ARG EXAMPLE_ARG_FOR_DOCKERFILE
|
||||
|
||||
# Another env var, this one's needed in the example build step below:
|
||||
# ARG RUNDECK_VERSION
|
||||
|
||||
# Example
|
||||
# FROM "rundeck:${RUNDECK_VERSION}"
|
||||
# RUN apt-get update && \
|
||||
# apt-get -y install \
|
||||
# somepackage-6.q16-6-extra && \
|
||||
# rm -rf /var/lib/apt/lists/*
|
0
build-context/rundeck/docker-data/.gitkeep
Normal file
0
build-context/rundeck/docker-data/.gitkeep
Normal file
2
build-context/rundeck/docker-data/.ssh/known_hosts
Normal file
2
build-context/rundeck/docker-data/.ssh/known_hosts
Normal file
@@ -0,0 +1,2 @@
|
||||
hostname pubkey
|
||||
another-hostname also-a-pubkey
|
@@ -0,0 +1 @@
|
||||
my-first-account: BCRYPT:$2a$10$ZcvSOoSNHbnP/foEvJ/6WeKIauGLCr9XCo5.UboJVUJDbHPWrV30K,user,admin
|
0
build-context/rundeck/extras/.gitkeep
Normal file
0
build-context/rundeck/extras/.gitkeep
Normal file
Reference in New Issue
Block a user