Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rails-base-image-builder
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Public
rails-base-image-builder
Compare revisions
v3.0.4 to v3.0.5
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
pub/rails-base-image-builder
Select target project
No results found
v3.0.5
Select Git revision
Swap
Target
pub/rails-base-image-builder
Select target project
No results found
v3.0.4
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
chore: repository housekeeping
· 8876c0a6
Jack Robertson
authored
2 years ago
8876c0a6
chore(release): 3.0.5
· 1e26ee1b
git
authored
2 years ago
1e26ee1b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci-legacy.yml
+4
-5
4 additions, 5 deletions
.gitlab-ci-legacy.yml
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
README.md
+1
-1
1 addition, 1 deletion
README.md
with
11 additions
and
9 deletions
.gitignore
View file @
1e26ee1b
.idea/
rubocop.html
This diff is collapsed.
Click to expand it.
.gitlab-ci-legacy.yml
View file @
1e26ee1b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
View file @
1e26ee1b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
CHANGELOG.md
View file @
1e26ee1b
...
...
@@ -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.
### [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.3](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v3.0.2...v3.0.3) (2022-05-16)
...
...
This diff is collapsed.
Click to expand it.
README.md
View file @
1e26ee1b
# Rails Base Image Builder
This repository is the '
s
tage 1' base image used in the
`builder`
stage on all of our rails applications.
This repository is the '
S
tage 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.
...
...
This diff is collapsed.
Click to expand it.