mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -06:00
restructured and added script to create aws containers
This commit is contained in:
12
Amazon/containers/Dockerfile
Executable file
12
Amazon/containers/Dockerfile
Executable file
@@ -0,0 +1,12 @@
|
||||
ARG UPSTREAM_IMAGE=docker.bintray.io/jfrog/artifactory-jcr
|
||||
ARG UPSTREAM_TAG
|
||||
FROM ${UPSTREAM_IMAGE}:${UPSTREAM_TAG}
|
||||
USER root
|
||||
# Copy security.xml
|
||||
COPY ./security.xml /security_bootstrap/security.import.xml
|
||||
RUN chown -R artifactory:artifactory /security_bootstrap
|
||||
# Copy entrypoint script.
|
||||
COPY ./entrypoint-artifactory.sh /entrypoint-artifactory.sh
|
||||
COPY ./installer-info.json /artifactory_bootstrap/info/installer-info.json
|
||||
RUN chmod 755 /entrypoint-artifactory.sh
|
||||
USER artifactory
|
||||
Reference in New Issue
Block a user