Skip to content
Snippets Groups Projects
Commit 8876c0a6 authored by Jack Robertson's avatar Jack Robertson
Browse files

chore: repository housekeeping

parent d714041b
No related branches found
No related tags found
No related merge requests found
.idea/
rubocop.html
......@@ -13,15 +13,14 @@ stages:
- test
- release
docker_lint:
stage: prebuild
image: hadolint/hadolint:latest-debian
script:
# Ignoring DL3008 - Pin Versions of apt-get modules
- hadolint --ignore DL3008 Dockerfile
# Ignoring DL3008 - Pin Versions of apt-get modules
- hadolint --ignore DL3008 Dockerfile
tags:
- nexus_runner
- nexus_runner
release:version:
image: gitlab.nexdev.uk:5555/pub/nexus-release-image/master
......@@ -46,4 +45,4 @@ release_tag:
only:
- tags
tags:
- nexus_runner
\ No newline at end of file
- nexus_runner
......@@ -8,7 +8,7 @@ docker_lint:
stage: build
image: hadolint/hadolint:latest-debian
script:
# Ignoring DL3008 - Pin Versions of apt-get modules
- hadolint --ignore DL3008 Dockerfile
# Ignoring DL3008 - Pin Versions of apt-get modules
- hadolint --ignore DL3008 Dockerfile
tags:
- nexus_runner
\ No newline at end of file
- nexus_runner
# Rails Base Image Builder
This repository is the 'stage 1' base image used in the `builder` stage on all of our rails applications.
This repository is the 'Stage 1' base image used in the `builder` stage on all of our rails applications.
* Stage 1 (rails-base-image-builder): Install packages to compile gems, and compile those gems.
* Stage 2 (rails-runtime-base-image): Install packages and configure OS for runtime environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment