Skip to content

Commit

Permalink
#21 Update links (#22)
Browse files Browse the repository at this point in the history
* #21 Update links

* #21 Re-drive checks

* #21 Re-drive checks

* #21 Re-drive checks

* #21 Re-drive checks

* #21 Re-drive checks

* #21 Pin the FROM sha
  • Loading branch information
docktermj authored May 4, 2023
1 parent ebe500b commit 42a17b5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.history
34 changes: 17 additions & 17 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM adminer:4.8.1
FROM adminer:4.8.1@sha256:576c60c6b64c7fa773c63bc1be8d80213a0ad63ae67f47537d3088e49540640b

ENV REFRESHED_AT=2022-09-29

LABEL Name="senzing/adminer" \
Maintainer="[email protected]" \
Version="1.0.2"
Maintainer="[email protected]" \
Version="1.0.2"

HEALTHCHECK CMD ["/app/healthcheck.sh"]

Expand All @@ -15,20 +15,20 @@ USER root
# Install packages.

RUN apk add \
--no-cache \
--virtual .php-ext-deps \
freetds \
unixodbc \
&& apk add \
--no-cache \
--virtual .build-deps \
freetds-dev \
unixodbc-dev \
&& docker-php-ext-configure pdo_odbc --with-pdo-odbc=unixODBC,/usr \
&& docker-php-ext-install \
pdo_odbc pdo_dblib \
&& apk del .build-deps \
&& rm -rf /var/cache/apk/*
--no-cache \
--virtual .php-ext-deps \
freetds \
unixodbc \
&& apk add \
--no-cache \
--virtual .build-deps \
freetds-dev \
unixodbc-dev \
&& docker-php-ext-configure pdo_odbc --with-pdo-odbc=unixODBC,/usr \
&& docker-php-ext-install \
pdo_odbc pdo_dblib \
&& apk del .build-deps \
&& rm -rf /var/cache/apk/*

# Copy files from repository.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ Configuration values specified by environment variable or command line parameter

The following software programs need to be installed:

1. [git](https://github.com/Senzing/knowledge-base/blob/main/HOWTO/install-git.md)
1. [make](https://github.com/Senzing/knowledge-base/blob/main/HOWTO/install-make.md)
1. [docker](https://github.com/Senzing/knowledge-base/blob/main/HOWTO/install-docker.md)
1. [git](https://github.com/Senzing/knowledge-base/blob/main/WHATIS/git.md)
1. [make](https://github.com/Senzing/knowledge-base/blob/main/WHATIS/make.md)
1. [docker](https://github.com/Senzing/knowledge-base/blob/main/WHATIS/docker.md)

### Clone repository

Expand Down

0 comments on commit 42a17b5

Please sign in to comment.