Skip to content
GitLab
Explore
Sign in
Register
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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
Dockerfiles
Commits
8691ecf8
Commit
8691ecf8
authored
2 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
fixup! crond: Updates.
parent
fac5f24e
No related branches found
No related tags found
No related merge requests found
Pipeline
#3377
passed
2 years ago
Stage: build-base
Stage: deploy-base
Stage: build
Stage: deploy
Stage: .post
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
crond/Dockerfile
+1
-1
1 addition, 1 deletion
crond/Dockerfile
with
1 addition
and
1 deletion
crond/Dockerfile
+
1
−
1
View file @
8691ecf8
FROM
alpine:3.17
as
downloader
ARG
URL=https://github.com/aptible/supercronic/releases/download/v0.2.3/supercronic-linux-amd64
ARG
URL=https://github.com/aptible/supercronic/releases/download/v0.2.
2
3/supercronic-linux-amd64
ARG
SHA1SUM=dbed853c06aba2c611bbb1955b2c1667b51dcb0a
WORKDIR
/tmp
RUN
wget
-q
$URL
&&
\
...
...
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