# This file was generated by BlueCat Automation Toolkit (BATK).
# Portions which reproduce template contents from BATK are Copyright 2023 BlueCat Networks Inc.
# Other contents are owned by their authors.
FROM quay.io/bluecat/gateway:24.1.0

MAINTAINER Your name here

# Set expiration on Quay
ARG expires_after="never"
LABEL quay.expires-after=${expires_after}

COPY workspace/config.json.sample /builtin/config.json
COPY workspace/permissions.json.sample /builtin/permissions.json
COPY workspace/workflows/ /builtin/workflows/
