Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cron-docker
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nimrod
cron-docker
Commits
7eaa0f45
Commit
7eaa0f45
authored
5 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Updates.
- Update to Supercronic v0.1.9. - Update to Alpine Linux v3.10.
parent
50a6b222
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
with
4 additions
and
4 deletions
Dockerfile
+
4
−
4
View file @
7eaa0f45
FROM
alpine:3.
9
as
downloader
FROM
alpine:3.
10
as
downloader
ARG
URL=https://github.com/aptible/supercronic/releases/download/v0.1.
8
/supercronic-linux-amd64
ARG
URL=https://github.com/aptible/supercronic/releases/download/v0.1.
9
/supercronic-linux-amd64
ARG
SHA1SUM=
be43e64c45acd6ec4fce5831e03759c89676a0ea
ARG
SHA1SUM=
5ddf8ea26b56d4a7ff6faecdd8966610d5cb9d85
RUN
cd
/tmp
&&
\
RUN
cd
/tmp
&&
\
wget
$URL
&&
\
wget
$URL
&&
\
echo
"
$SHA1SUM
supercronic-linux-amd64"
>
sha1.sum
&&
\
echo
"
$SHA1SUM
supercronic-linux-amd64"
>
sha1.sum
&&
\
...
@@ -8,7 +8,7 @@ RUN cd /tmp && \
...
@@ -8,7 +8,7 @@ RUN cd /tmp && \
install
-m
755 supercronic-linux-amd64 /usr/local/bin/supersonic
&&
\
install
-m
755 supercronic-linux-amd64 /usr/local/bin/supersonic
&&
\
touch
/crontab
touch
/crontab
FROM
alpine:3.
9
FROM
alpine:3.
10
COPY
--from=downloader /usr/local/bin/supersonic /usr/local/bin/supersonic
COPY
--from=downloader /usr/local/bin/supersonic /usr/local/bin/supersonic
COPY
--from=downloader /crontab /crontab
COPY
--from=downloader /crontab /crontab
WORKDIR
/tmp
WORKDIR
/tmp
...
...
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