Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plural
platform
external-dns
Commits
b5e6e3c8
Commit
b5e6e3c8
authored
4 years ago
by
Raffaele Di Fazio
Browse files
Options
Download
Email Patches
Plain Diff
ch-changes
Signed-off-by:
Raffaele Di Fazio
<
difazio.raffaele@gmail.com
>
parent
bfe68ae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-4
Dockerfile
with
3 additions
and
4 deletions
+3
-4
Dockerfile
+
3
-
4
View file @
b5e6e3c8
...
...
@@ -13,16 +13,15 @@
# limitations under the License.
# builder image
FROM
golang:1.14
as
builder
ARG
ARCH
FROM
golang:1.14
as
builder
WORKDIR
/sigs.k8s.io/external-dns
#
COPY . .
#
RUN make build.$ARCH
COPY
. .
RUN
make build.
$ARCH
# final image
RUN
echo
$ARCH
FROM
$ARCH/alpine:3.12
ARG
ARCH
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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