Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Informatica Secure Agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
interop
iics
Informatica Secure Agent
Commits
05c20dec
Commit
05c20dec
authored
4 years ago
by
Eric Schoville
Browse files
Options
Downloads
Patches
Plain Diff
Add Timezone to Docker Image - INPLATFORM-387
parent
ea0b72be
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+9
-4
9 additions, 4 deletions
Dockerfile
with
9 additions
and
4 deletions
Dockerfile
+
9
−
4
View file @
05c20dec
...
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
...
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
# From https://github.com/jbrazda/ic-sagent-docker
# From https://github.com/jbrazda/ic-sagent-docker
MAINTAINER
Eric Schoville <>
LABEL
maintainer="doit-integration-platform@office365.wisc.edu"
# POD and REGION can be inferred from the web URL of your Informatica Cloud site.
# POD and REGION can be inferred from the web URL of your Informatica Cloud site.
# The values for POD and REGION probably need changing for you. Setting these as
# The values for POD and REGION probably need changing for you. Setting these as
...
@@ -13,6 +13,7 @@ ARG POD=usw3
...
@@ -13,6 +13,7 @@ ARG POD=usw3
ARG
REGION=dm-us
ARG
REGION=dm-us
ENV
POD=$POD
ENV
POD=$POD
ENV
REGION=$REGION
ENV
REGION=$REGION
ENV
TZ=America/Chicago
# You should be able to download the Secure Agent binary from the following URL without authentication:
# You should be able to download the Secure Agent binary from the following URL without authentication:
...
@@ -23,16 +24,20 @@ ENV INFA_HOME=/home/$USER/infaagent
...
@@ -23,16 +24,20 @@ ENV INFA_HOME=/home/$USER/infaagent
# install system tools
# install system tools
RUN
apt-get update
&&
apt-get
install
-y
\
RUN
apt-get update
&&
apt-get
install
-y
\
curl
\
curl
\
jq
\
less
\
less
\
libsqliteodbc
\
locales
\
locales
\
locales-all
\
locales-all
\
sqlite3
\
sudo
\
sudo
\
tzdata
\
unzip
\
unzip
\
jq
\
sqlite3
\
libsqliteodbc
\
wget
wget
RUN
ln
-fs
/usr/share/zoneinfo/
$TZ
/etc/localtime
\
&&
dpkg-reconfigure
-f
noninteractive tzdata
# Snowflake ODBC
# Snowflake ODBC
RUN
wget
--no-directories
--recursive
--level
=
1
--no-parent
--accept
'snowflake-odbc*.deb'
https://sfc-repo.snowflakecomputing.com/odbc/linux/latest/index.html
&&
\
RUN
wget
--no-directories
--recursive
--level
=
1
--no-parent
--accept
'snowflake-odbc*.deb'
https://sfc-repo.snowflakecomputing.com/odbc/linux/latest/index.html
&&
\
dpkg
-i
--ignore-depends
=
unixodbc snowflake-odbc
*
.deb
&&
\
dpkg
-i
--ignore-depends
=
unixodbc snowflake-odbc
*
.deb
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment