Skip to content

Commit

Permalink
feat(earthly): upgrade earthfile version
Browse files Browse the repository at this point in the history
upgrade earthfile version

Signed-off-by: kovacs <[email protected]>
  • Loading branch information
mritd committed Apr 23, 2023
1 parent 19cdabd commit 8794c69
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion alpine/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build:
DO ../udcs/image+ALPINE
Expand Down
2 changes: 1 addition & 1 deletion aria2/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build:
DO ../udcs/image+ALPINE
Expand Down
2 changes: 1 addition & 1 deletion asuswrt-merlin-build/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build:
DO ../udcs/image+UBUNTU
Expand Down
2 changes: 1 addition & 1 deletion bandwagonmon/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build-bandwagonmon:
DO ../udcs/image+GO
Expand Down
2 changes: 1 addition & 1 deletion caddy/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

FROM mritd/alpine
ARG DATE_TAG=$(date "+%Y%m%d")
Expand Down
2 changes: 1 addition & 1 deletion certmonitor/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build-certmonitor:
DO ../udcs/image+GO
Expand Down
2 changes: 1 addition & 1 deletion clash-meta/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

FROM mritd/alpine
ARG DATE_TAG=$(date "+%Y%m%d")
Expand Down
2 changes: 1 addition & 1 deletion cloudreve/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build-frontend:
FROM node:16-alpine
Expand Down
2 changes: 1 addition & 1 deletion confluence/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build:
DO ../udcs/image+CONFLUENCE
Expand Down
2 changes: 1 addition & 1 deletion container-cli/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

FROM mritd/alpine

Expand Down
2 changes: 1 addition & 1 deletion cpwebapi/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build:
DO ../udcs/image+JDK11
Expand Down
2 changes: 1 addition & 1 deletion ddns/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build-ddns:
DO ../udcs/image+GO
Expand Down
2 changes: 1 addition & 1 deletion demo/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build:
DO ../udcs/image+NGINX
Expand Down
2 changes: 1 addition & 1 deletion derper/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build-derper:
DO ../udcs/image+GO
Expand Down
2 changes: 1 addition & 1 deletion dnsacme/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

FROM mritd/alpine

Expand Down
2 changes: 1 addition & 1 deletion idgen/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build-idgen:
DO ../udcs/image+GO
Expand Down
2 changes: 1 addition & 1 deletion jira/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build:
DO ../udcs/image+JIRA
Expand Down
2 changes: 1 addition & 1 deletion nginx-singlepage/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build:
DO ../udcs/image+NGINX
Expand Down
2 changes: 1 addition & 1 deletion nodebuild/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

FROM mritd/alpine

Expand Down
2 changes: 1 addition & 1 deletion notibot/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build-notibot:
DO ../udcs/image+GO
Expand Down
2 changes: 1 addition & 1 deletion open-vm-tools/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

FROM debian:11-slim

Expand Down
2 changes: 1 addition & 1 deletion openjdk/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

FROM mritd/alpine

Expand Down
2 changes: 1 addition & 1 deletion poetbot/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build-poetbot:
DO ../udcs/image+GO
Expand Down
2 changes: 1 addition & 1 deletion privoxy/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build:
DO ../udcs/image+ALPINE
Expand Down
2 changes: 1 addition & 1 deletion s2h/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build-s2h:
DO ../udcs/image+GO
Expand Down
2 changes: 1 addition & 1 deletion ssh/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

build:
DO ../udcs/image+ALPINE
Expand Down
2 changes: 1 addition & 1 deletion udcs/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

LABEL:
COMMAND
Expand Down
2 changes: 1 addition & 1 deletion udcs/image/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

ALPINE:
COMMAND
Expand Down
2 changes: 1 addition & 1 deletion udcs/language/go/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

GOPROXY:
COMMAND
Expand Down
2 changes: 1 addition & 1 deletion udcs/language/java/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

JAVA_OPTS:
COMMAND
Expand Down
2 changes: 1 addition & 1 deletion udcs/os/alpine/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

TIMEZONE:
COMMAND
Expand Down
2 changes: 1 addition & 1 deletion udcs/os/debian/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 0.6
VERSION 0.7

TIMEZONE:
COMMAND
Expand Down

0 comments on commit 8794c69

Please sign in to comment.