Skip to content

Commit

Permalink
chore(bump): bump alpine and dockerize
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed Dec 19, 2024
1 parent 9031b49 commit 628e9db
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docker/datahub-gms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ ARG ALPINE_REPO_URL=http://dl-cdn.alpinelinux.org/alpine
ARG GITHUB_REPO_URL=https://github.com
ARG MAVEN_CENTRAL_REPO_URL=https://repo1.maven.org/maven2

FROM golang:1-alpine3.20 AS binary
FROM golang:1-alpine3.21 AS binary

# Re-declaring arg from above to make it available in this stage (will inherit default value)
ARG ALPINE_REPO_URL

ENV DOCKERIZE_VERSION=v0.6.1
ENV DOCKERIZE_VERSION=v0.9.1
WORKDIR /go/src/github.com/jwilder

# Optionally set corporate mirror for apk
Expand Down
4 changes: 2 additions & 2 deletions docker/datahub-mae-consumer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ ARG ALPINE_REPO_URL=http://dl-cdn.alpinelinux.org/alpine
ARG GITHUB_REPO_URL=https://github.com
ARG MAVEN_CENTRAL_REPO_URL=https://repo1.maven.org/maven2

FROM golang:1-alpine3.20 AS binary
FROM golang:1-alpine3.21 AS binary

# Re-declaring arg from above to make it available in this stage (will inherit default value)
ARG ALPINE_REPO_URL

ENV DOCKERIZE_VERSION=v0.6.1
ENV DOCKERIZE_VERSION=v0.9.1
WORKDIR /go/src/github.com/jwilder

# Optionally set corporate mirror for apk
Expand Down
4 changes: 2 additions & 2 deletions docker/datahub-mce-consumer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ ARG ALPINE_REPO_URL=http://dl-cdn.alpinelinux.org/alpine
ARG GITHUB_REPO_URL=https://github.com
ARG MAVEN_CENTRAL_REPO_URL=https://repo1.maven.org/maven2

FROM golang:1-alpine3.20 AS binary
FROM golang:1-alpine3.21 AS binary

# Re-declaring arg from above to make it available in this stage (will inherit default value)
ARG ALPINE_REPO_URL

ENV DOCKERIZE_VERSION=v0.6.1
ENV DOCKERIZE_VERSION=v0.9.1
WORKDIR /go/src/github.com/jwilder

# Optionally set corporate mirror for apk
Expand Down
4 changes: 2 additions & 2 deletions docker/datahub-upgrade/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ ARG ALPINE_REPO_URL=http://dl-cdn.alpinelinux.org/alpine
ARG GITHUB_REPO_URL=https://github.com
ARG MAVEN_CENTRAL_REPO_URL=https://repo1.maven.org/maven2

FROM golang:1-alpine3.20 AS binary
FROM golang:1-alpine3.21 AS binary

# Re-declaring arg from above to make it available in this stage (will inherit default value)
ARG ALPINE_REPO_URL

ENV DOCKERIZE_VERSION=v0.6.1
ENV DOCKERIZE_VERSION=v0.9.1
WORKDIR /go/src/github.com/jwilder

# Optionally set corporate mirror for apk
Expand Down
4 changes: 2 additions & 2 deletions docker/elasticsearch-setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ARG APP_ENV=prod
# Defining custom repo urls for use in enterprise environments. Re-used between stages below.
ARG ALPINE_REPO_URL=http://dl-cdn.alpinelinux.org/alpine

FROM golang:1-alpine3.20 AS binary
FROM golang:1-alpine3.21 AS binary

ARG ALPINE_REPO_URL

ENV DOCKERIZE_VERSION=v0.6.1
ENV DOCKERIZE_VERSION=v0.9.1
WORKDIR /go/src/github.com/jwilder

# Optionally set corporate mirror for apk
Expand Down
4 changes: 2 additions & 2 deletions docker/mysql-setup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Defining custom repo urls for use in enterprise environments. Re-used between stages below.
ARG ALPINE_REPO_URL=http://dl-cdn.alpinelinux.org/alpine

FROM golang:1-alpine3.20 AS binary
FROM golang:1-alpine3.21 AS binary

ARG ALPINE_REPO_URL

ENV DOCKERIZE_VERSION=v0.6.1
ENV DOCKERIZE_VERSION=v0.9.1
WORKDIR /go/src/github.com/jwilder

# Optionally set corporate mirror for apk
Expand Down
4 changes: 2 additions & 2 deletions docker/postgres-setup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Defining custom repo urls for use in enterprise environments. Re-used between stages below.
ARG ALPINE_REPO_URL=http://dl-cdn.alpinelinux.org/alpine

FROM golang:1-alpine3.20 AS binary
FROM golang:1-alpine3.21 AS binary

ARG ALPINE_REPO_URL

ENV DOCKERIZE_VERSION=v0.6.1
ENV DOCKERIZE_VERSION=v0.9.1
WORKDIR /go/src/github.com/jwilder

# Optionally set corporate mirror for apk
Expand Down

0 comments on commit 628e9db

Please sign in to comment.