Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Picasoft
Technique
Dockerfiles
Commits
24a06adb
Verified
Commit
24a06adb
authored
5 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
Change ARG location to hopefully resolve empty string issue
parent
917d4a98
No related branches found
Branches containing commit
No related tags found
1 merge request
!44
Optimize CI and remove deployment steps, add Mattermost and update Etherpad
Pipeline
#51104
failed
5 years ago
Stage: ci-base
Stage: build
Stage: security-tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pica-etherpad/Dockerfile
+4
-4
4 additions, 4 deletions
pica-etherpad/Dockerfile
with
4 additions
and
4 deletions
pica-etherpad/Dockerfile
+
4
−
4
View file @
24a06adb
...
...
@@ -3,9 +3,12 @@
FROM
node:10-buster-slim
as
base
LABEL
maintainer="quentinduchemin@tuta.io"
ENV
NODE_ENV=production
FROM
base
as
downloader
ARG
ETHERPAD_VERSION_BUILD=1.8.0
ARG
ETHERPAD_LANDING_PAGE_VERSION_BUILD=v0.1
ARG
NODE_ENV_BUILD=production
ARG
ETHERPAD_PLUGINS="\
ep_align ep_author_hover ep_chatdate ep_colibris_full_width \
ep_comments_page ep_countable ep_delete_empty_pads ep_font_color \
...
...
@@ -13,9 +16,6 @@ ARG ETHERPAD_PLUGINS="\
ep_pads_stats ep_page_view ep_prompt_for_name ep_set_title_on_pad \
ep_subscript_and_superscript ep_tables2 ep_user_font_size"
ENV
NODE_ENV=${NODE_ENV_BUILD}
FROM
base
as
downloader
RUN
apt-get update
&&
\
apt-get
install
-y
\
git
\
...
...
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