Skip to content

Commit

Permalink
Merge pull request #145 from keitaroinc/envars-update
Browse files Browse the repository at this point in the history
updates envars version from 2.9 to 2.11
  • Loading branch information
Filip3mac authored Dec 24, 2024
2 parents a9459e1 + 29ab4d6 commit b56c201
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion images/ckan/2.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ENV DEFAULT_EXTENSIONS envvars

# Locations and tags, please use specific tags or revisions
ENV ENVVARS_GIT_URL=https://github.com/okfn/ckanext-envvars
ENV ENVVARS_GIT_BRANCH=v0.0.4
ENV ENVVARS_GIT_BRANCH=v0.0.6

RUN apk add --no-cache \
python3 \
Expand Down
2 changes: 1 addition & 1 deletion images/ckan/2.10/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ENV DEFAULT_EXTENSIONS envvars

# Locations and tags, please use specific tags or revisions
ENV ENVVARS_GIT_URL=https://github.com/okfn/ckanext-envvars
ENV ENVVARS_GIT_BRANCH=v0.0.4
ENV ENVVARS_GIT_BRANCH=v0.0.6

RUN apt-get update && \
apt-get install --no-install-recommends -y \
Expand Down
2 changes: 1 addition & 1 deletion images/ckan/2.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ENV DEFAULT_EXTENSIONS envvars

# Locations and tags, please use specific tags or revisions
ENV ENVVARS_GIT_URL=https://github.com/okfn/ckanext-envvars
ENV ENVVARS_GIT_BRANCH=v0.0.4
ENV ENVVARS_GIT_BRANCH=v0.0.6

RUN apk add --no-cache \
python3 \
Expand Down
2 changes: 1 addition & 1 deletion images/ckan/2.11/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ENV DEFAULT_EXTENSIONS envvars

# Locations and tags, please use specific tags or revisions
ENV ENVVARS_GIT_URL=https://github.com/okfn/ckanext-envvars
ENV ENVVARS_GIT_BRANCH=v0.0.4
ENV ENVVARS_GIT_BRANCH=v0.0.6

# Add python repository
RUN
Expand Down
2 changes: 1 addition & 1 deletion images/ckan/2.11/Dockerfile.xloader
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ENV DEFAULT_EXTENSIONS envvars

# Locations and tags, please use specific tags or revisions
ENV ENVVARS_GIT_URL=https://github.com/okfn/ckanext-envvars
ENV ENVVARS_GIT_BRANCH=0.0.2
ENV ENVVARS_GIT_BRANCH=v0.0.6

RUN apk add --no-cache \
python3 \
Expand Down
2 changes: 1 addition & 1 deletion images/ckan/2.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ENV DEFAULT_EXTENSIONS envvars

# Locations and tags, please use specific tags or revisions
ENV ENVVARS_GIT_URL=https://github.com/okfn/ckanext-envvars
ENV ENVVARS_GIT_BRANCH=0.0.1
ENV ENVVARS_GIT_BRANCH=v0.0.6

RUN apk add --no-cache \
python3 \
Expand Down
2 changes: 1 addition & 1 deletion images/ckan/2.9/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ENV DEFAULT_EXTENSIONS envvars

# Locations and tags, please use specific tags or revisions
ENV ENVVARS_GIT_URL=https://github.com/okfn/ckanext-envvars
ENV ENVVARS_GIT_BRANCH=0.0.1
ENV ENVVARS_GIT_BRANCH=v0.0.6

RUN apt-get update && \
apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit b56c201

Please sign in to comment.