Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Greenlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arbeitsgruppe Hardwarenahe IT-Systeme
Greenlight
Commits
f0db69d4
Unverified
Commit
f0db69d4
authored
Jan 17, 2023
by
Jesus Federico
Committed by
GitHub
Jan 17, 2023
Browse files
Options
Downloads
Patches
Plain Diff
CI: updated base image for amazonlinux and other updates to scripts (#4522)
parent
fb608b4a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockerfiles/v3/alpine
+6
-3
6 additions, 3 deletions
dockerfiles/v3/alpine
dockerfiles/v3/amazonlinux
+6
-4
6 additions, 4 deletions
dockerfiles/v3/amazonlinux
with
12 additions
and
7 deletions
dockerfiles/v3/alpine
+
6
−
3
View file @
f0db69d4
...
...
@@ -24,6 +24,7 @@ RUN apk add --no-cache \
curl-dev \
git \
gettext \
imagemagick \
libxml2-dev \
libxslt-dev \
pkgconf \
...
...
@@ -47,10 +48,12 @@ ARG RAILS_LOG_TO_STDOUT
ENV RAILS_LOG_TO_STDOUT=${RAILS_LOG_TO_STDOUT:-true}
ARG RAILS_SERVE_STATIC_FILES
ENV RAILS_SERVE_STATIC_FILES=${RAILS_SERVE_STATIC_FILES:-true}
ARG PORT
ENV PORT=${PORT:-3000}
ARG VERSION_CODE
ENV VERSION_CODE=$VERSION_CODE
EXPOSE ${PORT}
EXPOSE 3000
ARG VERSION_TAG
ENV VERSION_TAG=$VERSION_TAG
ENTRYPOINT [ "./bin/start" ]
This diff is collapsed.
Click to expand it.
dockerfiles/v3/amazonlinux
+
6
−
4
View file @
f0db69d4
FROM amazonlinux:2.0.2022
0426
.0 AS amazonlinux
FROM amazonlinux:2.0.2022
1210
.0 AS amazonlinux
ARG RAILS_ROOT=/usr/src/app
ENV RAILS_ROOT=${RAILS_ROOT}
...
...
@@ -44,11 +44,13 @@ ARG RAILS_LOG_TO_STDOUT
ENV RAILS_LOG_TO_STDOUT=${RAILS_LOG_TO_STDOUT:-true}
ARG RAILS_SERVE_STATIC_FILES
ENV RAILS_SERVE_STATIC_FILES=${RAILS_SERVE_STATIC_FILES:-true}
ARG PORT
ENV PORT=${PORT:-3000}
ARG VERSION_CODE
ENV VERSION_CODE=$VERSION_CODE
EXPOSE ${PORT}
EXPOSE 3000
ARG VERSION_TAG
ENV VERSION_TAG=$VERSION_TAG
RUN chmod +x bin/start
ENTRYPOINT [ "./bin/start" ]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment