Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
0f644650
Commit
0f644650
authored
Jan 06, 2020
by
Erik Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another attempt drone docker tagging from .tags
parent
a8a0b182
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.drone.yml
.drone.yml
+3
-0
package-image
scripts/package-image
+0
-1
No files found.
.drone.yml
View file @
0f644650
...
@@ -15,6 +15,7 @@ steps:
...
@@ -15,6 +15,7 @@ steps:
from_secret
:
gcloud_auth
from_secret
:
gcloud_auth
commands
:
commands
:
-
dapper ci
-
dapper ci
-
echo "${DRONE_TAG}-amd64" | sed -e 's/+/-/g' >.tags
volumes
:
volumes
:
-
name
:
docker
-
name
:
docker
path
:
/var/run/docker.sock
path
:
/var/run/docker.sock
...
@@ -109,6 +110,7 @@ steps:
...
@@ -109,6 +110,7 @@ steps:
from_secret
:
gcloud_auth
from_secret
:
gcloud_auth
commands
:
commands
:
-
dapper ci
-
dapper ci
-
echo "${DRONE_TAG}-arm64" | sed -e 's/+/-/g' >.tags
volumes
:
volumes
:
-
name
:
docker
-
name
:
docker
path
:
/var/run/docker.sock
path
:
/var/run/docker.sock
...
@@ -186,6 +188,7 @@ steps:
...
@@ -186,6 +188,7 @@ steps:
from_secret
:
gcloud_auth
from_secret
:
gcloud_auth
commands
:
commands
:
-
dapper ci
-
dapper ci
-
echo "${DRONE_TAG}-arm" | sed -e 's/+/-/g' >.tags
volumes
:
volumes
:
-
name
:
docker
-
name
:
docker
path
:
/var/run/docker.sock
path
:
/var/run/docker.sock
...
...
scripts/package-image
View file @
0f644650
...
@@ -12,4 +12,3 @@ IMAGE_NAME=${IMAGE_NAME:-k3s}
...
@@ -12,4 +12,3 @@ IMAGE_NAME=${IMAGE_NAME:-k3s}
IMAGE
=
${
REPO
}
/
${
IMAGE_NAME
}
:
${
TAG
}
IMAGE
=
${
REPO
}
/
${
IMAGE_NAME
}
:
${
TAG
}
docker build
-t
${
IMAGE
}
-f
package/Dockerfile
.
docker build
-t
${
IMAGE
}
-f
package/Dockerfile
.
echo
Built
${
IMAGE
}
echo
Built
${
IMAGE
}
echo
${
VERSION_TAG
}
-
${
ARCH
}
>
.tags
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment