Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (2)
.idea/
rubocop.html rubocop.html
...@@ -13,15 +13,14 @@ stages: ...@@ -13,15 +13,14 @@ stages:
- test - test
- release - release
docker_lint: docker_lint:
stage: prebuild stage: prebuild
image: hadolint/hadolint:latest-debian image: hadolint/hadolint:latest-debian
script: script:
# Ignoring DL3008 - Pin Versions of apt-get modules # Ignoring DL3008 - Pin Versions of apt-get modules
- hadolint --ignore DL3008 Dockerfile - hadolint --ignore DL3008 Dockerfile
tags: tags:
- nexus_runner - nexus_runner
release:version: release:version:
image: gitlab.nexdev.uk:5555/pub/nexus-release-image/master image: gitlab.nexdev.uk:5555/pub/nexus-release-image/master
...@@ -46,4 +45,4 @@ release_tag: ...@@ -46,4 +45,4 @@ release_tag:
only: only:
- tags - tags
tags: tags:
- nexus_runner - nexus_runner
\ No newline at end of file
...@@ -8,7 +8,7 @@ docker_lint: ...@@ -8,7 +8,7 @@ docker_lint:
stage: build stage: build
image: hadolint/hadolint:latest-debian image: hadolint/hadolint:latest-debian
script: script:
# Ignoring DL3008 - Pin Versions of apt-get modules # Ignoring DL3008 - Pin Versions of apt-get modules
- hadolint --ignore DL3008 Dockerfile - hadolint --ignore DL3008 Dockerfile
tags: tags:
- nexus_runner - nexus_runner
\ No newline at end of file
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [3.0.5](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v3.0.4...v3.0.5) (2022-05-24)
### [3.0.4](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v3.0.3...v3.0.4) (2022-05-24) ### [3.0.4](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v3.0.3...v3.0.4) (2022-05-24)
### [3.0.3](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v3.0.2...v3.0.3) (2022-05-16) ### [3.0.3](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v3.0.2...v3.0.3) (2022-05-16)
......
# Rails Base Image Builder # 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 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. * Stage 2 (rails-runtime-base-image): Install packages and configure OS for runtime environment.
......